HomeSort by relevance Sort by last modified time
    Searched defs:LockWhen (Results 1 - 3 of 3) sorted by null

  /external/valgrind/unittest/
thread_wrappers_win.h 100 void LockWhen(Condition cond) { Lock(); WaitLoop(cond); }
thread_wrappers_pthread.h 146 /// instead of pthread_mutex_t (only when not used with CondVar or LockWhen).
173 void LockWhen(Condition cond) { Lock(); WaitLoop(cond); }
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 158 /// Just a boolean condition. Used by Mutex::LockWhen and similar.
187 /// instead of pthread_mutex_t (only when not used with CondVar or LockWhen).
214 void LockWhen(Condition cond) { Lock(); WaitLoop(cond); }
386 ANNOTATE_CONDVAR_SIGNAL(&mu_); // LockWhen in Get()
394 mu_.LockWhen(Condition(IsQueueNotEmpty, &q_));
581 mu_.LockWhen(Condition(&IsZero, &count_));

Completed in 151 milliseconds