Home
last modified time | relevance | path

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

/external/blktrace/btreplay/
Dbtreplay.c185 static pthread_cond_t iter_start_cond = PTHREAD_COND_INITIALIZER; variable
474 pthread_cond_wait(&iter_start_cond, &iter_start_mutex); in wait_iter_start()
488 pthread_cond_broadcast(&iter_start_cond); in start_iter()