Home
last modified time | relevance | path

Searched refs:ArgIsTrue (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/drd/tests/
Dtsan_unittest.cpp200 static bool ArgIsTrue(bool *arg) { return *arg == true; }; in ArgIsTrue() function
620 MU.LockWhen(Condition(&ArgIsTrue, &COND)); // calls ANNOTATE_CONDVAR_WAIT in Waiter()
4184 mu.LockWhen(Condition(&ArgIsTrue, &flag_stopped)); in ~B()
4255 mu.LockWhen(Condition(&ArgIsTrue, &flag_stopped)); in ~B()
4824 mu.LockWhenWithTimeout(Condition(&ArgIsTrue, &GLOB), 5); in Thread1()
5329 static bool ArgIsTrue(bool *arg) { in ArgIsTrue() function
5337 mu.LockWhen(Condition(&ArgIsTrue, &COND)); in f1()