Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dpattern_engine.h42 class CondVar; variable
110 explicit CondVar(const ConditionFunc &cond) : cond_fn_(cond) {} in CondVar() function
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dlow_level_scheduling.h33 class CondVar; variable
/third_party/abseil-cpp/absl/base/internal/
Dlow_level_scheduling.h33 class CondVar; variable
/third_party/mindspore/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/grpc/src/core/lib/gprpp/
Dsync.h48 using CondVar = absl::CondVar; variable
/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/grpc/include/grpcpp/impl/codegen/
Dsync.h120 CondVar() { g_core_codegen_interface->gpr_cv_init(&cv_); } in CondVar() function
/third_party/mindspore/tests/ut/cpp/pre_activate/common/
Dpattern_engine_test.cc57 TEST_F(TestMatchEngine, CondVar) { in TEST_F() argument
/third_party/abseil-cpp/absl/synchronization/
Dmutex.h921 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
/third_party/abseil-cpp/absl/synchronization/internal/
Dmutex_nonprod.cc261 CondVar::CondVar() {} in CondVar() function in absl::CondVar