Home
last modified time | relevance | path

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

/external/libiio/src/iiod/
Dthread-pool.c40 pthread_cond_t thread_count_cond; member
62 pthread_cond_signal(&pool->thread_count_cond); in thread_pool_thread_stopped()
143 pthread_cond_init(&pool->thread_count_cond, NULL); in thread_pool_new()
173 pthread_cond_wait(&pool->thread_count_cond, in thread_pool_stop_and_wait()
185 pthread_cond_destroy(&pool->thread_count_cond); in thread_pool_destroy()