Searched defs:AcquireFromConditionStruct (Results 1 – 9 of 9) sorted by relevance
| /external/openscreen/third_party/abseil/src/absl/synchronization/ |
| 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
|
| /external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
| 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
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/synchronization/ |
| 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
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/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
|
| /external/rust/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
|
| /external/libtextclassifier/abseil-cpp/absl/synchronization/ |
| D | mutex_test.cc | 1068 struct AcquireFromConditionStruct { struct 1069 absl::Mutex mu0; // protects value, done 1070 int value; // times condition function is called; under mu0, 1071 bool done; // done with test? under mu0 1072 absl::Mutex mu1; // used to attempt to mess up state of mu0 1073 absl::CondVar cv; // so the condition function can be invoked from
|
| /external/abseil-cpp/absl/synchronization/ |
| 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
|
| /external/cronet/third_party/abseil-cpp/absl/synchronization/ |
| D | mutex_test.cc | 1087 struct AcquireFromConditionStruct { struct 1088 absl::Mutex mu0; // protects value, done 1089 int value; // times condition function is called; under mu0, 1090 bool done; // done with test? under mu0 1091 absl::Mutex mu1; // used to attempt to mess up state of mu0 1092 absl::CondVar cv; // so the condition function can be invoked from
|
| /external/angle/third_party/abseil-cpp/absl/synchronization/ |
| 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
|