Home
last modified time | relevance | path

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

/external/libiio/src/iiod/
Dthread-pool.h31 int thread_pool_add_thread(struct thread_pool *pool,
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()
Dthread-pool.c78 int thread_pool_add_thread(struct thread_pool *pool, in thread_pool_add_thread() function
Diiod.c327 ret = thread_pool_add_thread(main_thread_pool, client_thd, cdata, "net_client_thd"); in main_server()
Dops.c1013 ret = thread_pool_add_thread(main_thread_pool, rw_thd, entry, "rw_thd"); in open_dev_helper()