HomeSort by relevance Sort by last modified time
    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 1087 // test19: TN. Synchronization via AwaitWithTimeout(). {{{1
1090 // Same as test18, but with AwaitWithTimeout. Do not timeout.
1107 CHECK(MU.AwaitWithTimeout(Condition(&ArgIsOne, &COND), INT_MAX));
1136 CHECK(!MU.AwaitWithTimeout(Condition(&ArgIsOne, &COND), 100));
    [all...]

Completed in 59 milliseconds