Searched refs:command_condvar (Results 1 – 2 of 2) sorted by relevance
174 pthread_cond_wait(&threadpool->command_condvar, &threadpool->command_mutex); in wait_for_new_command()275 pthread_cond_init(&threadpool->command_condvar, NULL); in pthreadpool_create()376 pthread_cond_broadcast(&threadpool->command_condvar); in pthreadpool_parallelize()436 pthread_cond_broadcast(&threadpool->command_condvar); in pthreadpool_destroy()453 pthread_cond_destroy(&threadpool->command_condvar); in pthreadpool_destroy()
682 pthread_cond_t command_condvar; member