Searched refs:ArgIsTrue (Results 1 – 1 of 1) sorted by relevance
200 static bool ArgIsTrue(bool *arg) { return *arg == true; }; in ArgIsTrue() function620 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() function5337 mu.LockWhen(Condition(&ArgIsTrue, &COND)); in f1()