Home | History | Annotate | Download | only in unittest

Lines Matching full:await

680 // 7. MU2.Await(COND == 0) <------------+------ f. ANNOTATE_CONDVAR_SIGNAL(MU2)
681 // 8. MU2.Unlock() V-----> g. MU2.Await(COND == 0)
704 MU2.Await(Condition(&ArgIsZero, &COND));
738 MU2.Await(Condition(&ArgIsZero, &COND));
756 // test18: TN. Synchronization via Await(), signaller gets there first. {{{1
760 // Same as test03, but uses Mutex::Await() instead of Mutex::LockWhen().
777 MU.Await(Condition(&ArgIsOne, &COND)); // calls ANNOTATE_CONDVAR_WAIT