Searched refs:ArgIsTrue (Results 1 – 1 of 1) sorted by relevance
204 static bool ArgIsTrue(bool *arg) { return *arg == true; }; in ArgIsTrue() function624 MU.LockWhen(Condition(&ArgIsTrue, &COND)); // calls ANNOTATE_CONDVAR_WAIT in Waiter()4188 mu.LockWhen(Condition(&ArgIsTrue, &flag_stopped)); in ~B()4259 mu.LockWhen(Condition(&ArgIsTrue, &flag_stopped)); in ~B()4828 mu.LockWhenWithTimeout(Condition(&ArgIsTrue, &GLOB), 5); in Thread1()5333 static bool ArgIsTrue(bool *arg) { in ArgIsTrue() function5341 mu.LockWhen(Condition(&ArgIsTrue, &COND)); in f1()