OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Await
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/unittest/
thread_wrappers_win.h
102
void
Await
(Condition cond) { WaitLoop(cond); }
thread_wrappers_pthread.h
175
void
Await
(Condition cond) { WaitLoop(cond); }
racecheck_unittest.cc
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
[
all
...]
/external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h
216
void
Await
(Condition cond) { WaitLoop(cond); }
tsan_unittest.cpp
974
// 7. MU2.
Await
(COND == 0) <------------+------ f. ANNOTATE_CONDVAR_SIGNAL(MU2)
975
// 8. MU2.Unlock() V-----> g. MU2.
Await
(COND == 0)
998
MU2.
Await
(Condition(&ArgIsZero, &COND));
1032
MU2.
Await
(Condition(&ArgIsZero, &COND));
1051
// test18: TN. Synchronization via
Await
(), signaller gets there first. {{{1
1055
// Same as test03, but uses Mutex::
Await
() instead of Mutex::LockWhen().
1072
MU.
Await
(Condition(&ArgIsOne, &COND)); // calls ANNOTATE_CONDVAR_WAIT
[
all
...]
Completed in 65 milliseconds