Searched refs:thread_pool_add_thread (Results 1 – 5 of 5) sorted by relevance
/dports/misc/libiio/libiio-0.21/iiod/ |
H A D | thread-pool.h | 31 int thread_pool_add_thread(struct thread_pool *pool,
|
H A 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()
|
H A D | thread-pool.c | 78 int thread_pool_add_thread(struct thread_pool *pool, in thread_pool_add_thread() function
|
H A D | iiod.c | 409 ret = thread_pool_add_thread(main_thread_pool, start_avahi_thd, NULL, "avahi_thd"); in start_avahi() 624 ret = thread_pool_add_thread(main_thread_pool, client_thd, cdata, "net_client_thd"); in main_server()
|
H A D | ops.c | 1026 ret = thread_pool_add_thread(main_thread_pool, rw_thd, entry, "rw_thd"); in open_dev_helper()
|