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

/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h220 bool LockWhenWithTimeout(Condition cond, int millis) function in class:Mutex
H A Dtsan_unittest.cpp1151 // test21: TP. Incorrect synchronization via LockWhenWithTimeout(). {{{1
1154 // True race. We timeout in LockWhenWithTimeout().
1166 CHECK(!MU.LockWhenWithTimeout(Condition(&ArgIsOne, &COND), 100));
4824 mu.LockWhenWithTimeout(Condition(&ArgIsTrue, &GLOB), 5);

Completed in 88 milliseconds