HomeSort by relevance Sort by last modified time
    Searched refs:signal_at_unlock_ (Results 1 - 2 of 2) sorted by null

  /external/valgrind/unittest/
thread_wrappers_pthread.h 154 signal_at_unlock_ = false;
164 if (signal_at_unlock_) {
187 signal_at_unlock_ = true;
201 signal_at_unlock_ = true;
214 bool signal_at_unlock_; // Set to true if Wait was called. member in class:Mutex
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 195 signal_at_unlock_ = true; // Always signal at Unlock to make
205 if (signal_at_unlock_) {
228 signal_at_unlock_ = true;
242 signal_at_unlock_ = true;
257 bool signal_at_unlock_; // Set to true if Wait was called. member in class:Mutex

Completed in 876 milliseconds