Searched refs:LockWhenWithTimeout (Results 1 – 2 of 2) sorted by relevance
220 bool LockWhenWithTimeout(Condition cond, int millis) in LockWhenWithTimeout() function
1170 CHECK(!MU.LockWhenWithTimeout(Condition(&ArgIsOne, &COND), 100)); in Waiter()4828 mu.LockWhenWithTimeout(Condition(&ArgIsTrue, &GLOB), 5); in Thread1()