Searched refs:WaitWithTimeout (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h281 bool WaitWithTimeout(Mutex *mu, int millis) { function in class:CondVar
H A Dtsan_unittest.cpp1181 // test22: TP. Incorrect synchronization via CondVar::WaitWithTimeout(). {{{1
1185 // True race. We timeout in CondVar::WaitWithTimeout().
1200 CV.WaitWithTimeout(&MU, ms_left_to_wait);

Completed in 235 milliseconds