Home
last modified time | relevance | path

Searched defs:CondVar (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/optimizer/
Dpattern_engine.h41 class CondVar; variable
103 explicit CondVar(const PatternConditionFunc &cond) : cond_fn_(cond) {} in CondVar() function
104 explicit CondVar(const PatternConditionFunc &cond, std::string tag) : Var(tag), cond_fn_(cond) {} in CondVar() function
/third_party/grpc/include/grpcpp/impl/
Dsync.h53 using CondVar = absl::CondVar; variable
/third_party/grpc/src/core/util/
Dsync.h49 using CondVar = absl::CondVar; variable
/third_party/protobuf/third_party/abseil-cpp/absl/base/internal/
Dlow_level_scheduling.h33 class CondVar; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dlow_level_scheduling.h33 class CondVar; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/util/
Dcond_var.cc23 CondVar::CondVar() : svc_(nullptr), my_name_(Services::GetUniqueID()) {} in CondVar() function in mindspore::dataset::CondVar
DREADME.md306 ## CondVar section
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.h484 friend class CondVar; // for access to Trans()/Fer(). variable
940 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/third_party/protobuf/third_party/abseil-cpp/absl/synchronization/
Dmutex.h543 friend class CondVar; // for access to Trans()/Fer(). variable
1083 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/pre_activate/common/
Dpattern_engine_test.cc64 TEST_F(TestMatchEngine, CondVar) { in TEST_F() argument