Home
last modified time | relevance | path

Searched refs:thread_pool_stop_and_wait (Results 1 – 4 of 4) sorted by relevance

/external/libiio/src/iiod/
Dthread-pool.h27 void thread_pool_stop_and_wait(struct thread_pool *pool);
Dusbd.c107 thread_pool_stop_and_wait(pdata->pool[pipe_id]); in usb_open_pipe()
222 thread_pool_stop_and_wait(pdata->pool[i]); in usbd_main()
Dthread-pool.c164 void thread_pool_stop_and_wait(struct thread_pool *pool) in thread_pool_stop_and_wait() function
Diiod.c464 thread_pool_stop_and_wait(main_thread_pool); in main()