Searched refs:LockWhenWithTimeout (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/unittest/ |
D | thread_wrappers_win.h | 106 bool LockWhenWithTimeout(Condition cond, int millis) in LockWhenWithTimeout() function
|
D | thread_wrappers_pthread.h | 179 bool LockWhenWithTimeout(Condition cond, int millis) in LockWhenWithTimeout() function
|
D | racecheck_unittest.cc | 861 CHECK(!MU.LockWhenWithTimeout(Condition(&ArgIsOne, &COND), 100)); in Waiter() 4630 mu.LockWhenWithTimeout(Condition(&ArgIsTrue, &GLOB), 5); in Thread1()
|
/external/valgrind/main/drd/tests/ |
D | tsan_thread_wrappers_pthread.h | 220 bool LockWhenWithTimeout(Condition cond, int millis) in LockWhenWithTimeout() function
|
D | tsan_unittest.cpp | 1166 CHECK(!MU.LockWhenWithTimeout(Condition(&ArgIsOne, &COND), 100)); in Waiter() 4824 mu.LockWhenWithTimeout(Condition(&ArgIsTrue, &GLOB), 5); in Thread1()
|