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

/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h216 void Await(Condition cond) { WaitLoop(cond); } function in class:Mutex
H A Dtsan_unittest.cpp976 // 7. MU2.Await(COND == 0) <------------+------ f. ANNOTATE_CONDVAR_SIGNAL(MU2)
977 // 8. MU2.Unlock() V-----> g. MU2.Await(COND == 0)
1000 MU2.Await(Condition(&ArgIsZero, &COND));
1034 MU2.Await(Condition(&ArgIsZero, &COND));
1053 // test18: TN. Synchronization via Await(), signaller gets there first. {{{1
1057 // Same as test03, but uses Mutex::Await() instead of Mutex::LockWhen().
1074 MU.Await(Condition(&ArgIsOne, &COND)); // calls ANNOTATE_CONDVAR_WAIT

Completed in 98 milliseconds