Home | History | Annotate | Download | only in blktrace

Lines Matching full:cond

522 static void t_pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex)
527 pthread_cond_timedwait(cond, mutex, &ts);