Home
last modified time | relevance | path

Searched refs:thread_pool_add_thread (Results 1 – 5 of 5) sorted by relevance

/dports/misc/libiio/libiio-0.21/iiod/
H A Dthread-pool.h31 int thread_pool_add_thread(struct thread_pool *pool,
H A Dusbd.c125 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 Dthread-pool.c78 int thread_pool_add_thread(struct thread_pool *pool, in thread_pool_add_thread() function
H A Diiod.c409 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 Dops.c1026 ret = thread_pool_add_thread(main_thread_pool, rw_thd, entry, "rw_thd"); in open_dev_helper()