Home
last modified time | relevance | path

Searched defs:AcquireFromConditionStruct (Results 1 – 2 of 2) sorted by relevance

/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc933 struct AcquireFromConditionStruct { struct
934 absl::Mutex mu0; // protects value, done
935 int value; // times condition function is called; under mu0,
936 bool done; // done with test? under mu0
937 absl::Mutex mu1; // used to attempt to mess up state of mu0
938 absl::CondVar cv; // so the condition function can be invoked from
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_test.cc967 struct AcquireFromConditionStruct { struct
968 absl::Mutex mu0; // protects value, done
969 int value; // times condition function is called; under mu0,
970 bool done; // done with test? under mu0
971 absl::Mutex mu1; // used to attempt to mess up state of mu0
972 absl::CondVar cv; // so the condition function can be invoked from