Searched refs:thread_count_cond (Results 1 – 1 of 1) sorted by relevance
40 pthread_cond_t thread_count_cond; member62 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()