Searched refs:helper_cond (Results 1 – 3 of 3) sorted by relevance
60 pthread_cond_t helper_cond; variable2117 pthread_cond_signal(&helper_cond); in wait_for_helper_thread_exit()2125 pthread_cond_destroy(&helper_cond); in free_disk_util()2149 pthread_cond_timedwait(&helper_cond, &helper_lock, &ts); in helper_thread_main()2171 pthread_cond_init(&helper_cond, NULL); in create_helper_thread()
403 extern pthread_cond_t helper_cond;
1914 pthread_cond_signal(&helper_cond); in show_running_run_stats()