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

/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h218 bool ReaderLockWhenWithTimeout(Condition cond, int millis) function in class:Mutex
H A Dtsan_unittest.cpp1312 // test25: TN. Synchronization via ReaderLockWhenWithTimeout(). {{{1
1316 // Same as test24, but uses ReaderLockWhenWithTimeout().
1332 CHECK(MU.ReaderLockWhenWithTimeout(Condition(&ArgIsOne, &COND), INT_MAX));
1345 // test26: TP. Incorrect synchronization via ReaderLockWhenWithTimeout(). {{{1
1360 CHECK(!MU.ReaderLockWhenWithTimeout(Condition(&ArgIsOne, &COND), 100));

Completed in 83 milliseconds