OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AwaitWithTimeout
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/unittest/
thread_wrappers_win.h
108
bool
AwaitWithTimeout
(Condition cond, int millis)
thread_wrappers_pthread.h
181
bool
AwaitWithTimeout
(Condition cond, int millis)
racecheck_unittest.cc
790
// test19: TN. Synchronization via
AwaitWithTimeout
(). {{{1
793
// Same as test18, but with
AwaitWithTimeout
. Do not timeout.
810
CHECK(MU.
AwaitWithTimeout
(Condition(&ArgIsOne, &COND), INT_MAX));
834
CHECK(!MU.
AwaitWithTimeout
(Condition(&ArgIsOne, &COND), 100));
[
all
...]
/external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h
222
bool
AwaitWithTimeout
(Condition cond, int millis)
tsan_unittest.cpp
1085
// test19: TN. Synchronization via
AwaitWithTimeout
(). {{{1
1088
// Same as test18, but with
AwaitWithTimeout
. Do not timeout.
1105
CHECK(MU.
AwaitWithTimeout
(Condition(&ArgIsOne, &COND), INT_MAX));
1134
CHECK(!MU.
AwaitWithTimeout
(Condition(&ArgIsOne, &COND), 100));
[
all
...]
Completed in 1421 milliseconds