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 D | mutex_test.cc | 969 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 D | mutex_test.cc | 968 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 D | mutex_test.cc | 967 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/ |
D | mutex_test.cc | 969 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 D | mutex_test.cc | 1100 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 D | mutex_test.cc | 1100 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 D | mutex_test.cc | 1100 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
|