Searched defs:ArgIsTrue (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp200 static bool ArgIsTrue(bool *arg) { return *arg == true; }; function
620 MU.LockWhen(Condition(&ArgIsTrue, &COND)); // calls ANNOTATE_CONDVAR_WAIT
4184 mu.LockWhen(Condition(&ArgIsTrue, &flag_stopped));
4255 mu.LockWhen(Condition(&ArgIsTrue, &flag_stopped));
4824 mu.LockWhenWithTimeout(Condition(&ArgIsTrue, &GLOB), 5);
5329 static bool ArgIsTrue(bool *arg) { function in namespace:test111
5330 // printf("ArgIsTrue: %d tid=%d\n", *arg, (int)pthread_self());
5337 mu.LockWhen(Condition(&ArgIsTrue, &COND));

Completed in 66 milliseconds