OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Await
(Results
1 - 3
of
3
) 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); }
/external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h
216
void
Await
(Condition cond) { WaitLoop(cond); }
Completed in 211 milliseconds