Home
last modified time | relevance | path

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

/external/fio/
Dbackend.c60 pthread_cond_t helper_cond; variable
2117 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()
Dfio.h403 extern pthread_cond_t helper_cond;
Dstat.c1914 pthread_cond_signal(&helper_cond); in show_running_run_stats()