Home
last modified time | relevance | path

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

/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/
H A Dmutex_test.cc969 struct AcquireFromConditionStruct { struct
970 absl::Mutex mu0; // protects value, done
971 int value; // times condition function is called; under mu0,
972 bool done; // done with test? under mu0
973 absl::Mutex mu1; // used to attempt to mess up state of mu0
974 absl::CondVar cv; // so the condition function can be invoked from
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc968 struct AcquireFromConditionStruct { struct
969 absl::Mutex mu0; // protects value, done
970 int value; // times condition function is called; under mu0,
971 bool done; // done with test? under mu0
972 absl::Mutex mu1; // used to attempt to mess up state of mu0
973 absl::CondVar cv; // so the condition function can be invoked from
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc969 struct AcquireFromConditionStruct { struct
970 absl::Mutex mu0; // protects value, done
971 int value; // times condition function is called; under mu0,
972 bool done; // done with test? under mu0
973 absl::Mutex mu1; // used to attempt to mess up state of mu0
974 absl::CondVar cv; // so the condition function can be invoked from
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc1100 struct AcquireFromConditionStruct { struct
1101 absl::Mutex mu0; // protects value, done
1102 int value; // times condition function is called; under mu0,
1103 bool done; // done with test? under mu0
1104 absl::Mutex mu1; // used to attempt to mess up state of mu0
1105 absl::CondVar cv; // so the condition function can be invoked from
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc1100 struct AcquireFromConditionStruct { struct
1101 absl::Mutex mu0; // protects value, done
1102 int value; // times condition function is called; under mu0,
1103 bool done; // done with test? under mu0
1104 absl::Mutex mu1; // used to attempt to mess up state of mu0
1105 absl::CondVar cv; // so the condition function can be invoked from
/aosp_15_r20/external/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc1100 struct AcquireFromConditionStruct { struct
1101 absl::Mutex mu0; // protects value, done
1102 int value; // times condition function is called; under mu0,
1103 bool done; // done with test? under mu0
1104 absl::Mutex mu1; // used to attempt to mess up state of mu0
1105 absl::CondVar cv; // so the condition function can be invoked from