Searched refs:thread_pool_add_thread (Results 1 – 5 of 5) sorted by relevance
/external/libiio/src/iiod/ |
D | thread-pool.h | 31 int thread_pool_add_thread(struct thread_pool *pool,
|
D | usbd.c | 125 err = thread_pool_add_thread(pdata->pool[pipe_id], in usb_open_pipe() 388 ret = thread_pool_add_thread(pool, usbd_main, pdata, "usbd_main_thd"); in start_usb_daemon()
|
D | thread-pool.c | 78 int thread_pool_add_thread(struct thread_pool *pool, in thread_pool_add_thread() function
|
D | iiod.c | 327 ret = thread_pool_add_thread(main_thread_pool, client_thd, cdata, "net_client_thd"); in main_server()
|
D | ops.c | 1013 ret = thread_pool_add_thread(main_thread_pool, rw_thd, entry, "rw_thd"); in open_dev_helper()
|