Home
last modified time | relevance | path

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

/external/libiio/src/iiod/
Dthread-pool.h23 struct thread_pool * thread_pool_new(void);
Dthread-pool.c123 struct thread_pool * thread_pool_new(void) in thread_pool_new() function
Diiod.c422 main_thread_pool = thread_pool_new(); in main()
Dusbd.c377 pdata->pool[i] = thread_pool_new(); in start_usb_daemon()