Searched defs:CondVar (Results 1 – 10 of 10) sorted by relevance
41 class CondVar; variable103 explicit CondVar(const PatternConditionFunc &cond) : cond_fn_(cond) {} in CondVar() function104 explicit CondVar(const PatternConditionFunc &cond, std::string tag) : Var(tag), cond_fn_(cond) {} in CondVar() function
53 using CondVar = absl::CondVar; variable
49 using CondVar = absl::CondVar; variable
33 class CondVar; variable
23 CondVar::CondVar() : svc_(nullptr), my_name_(Services::GetUniqueID()) {} in CondVar() function in mindspore::dataset::CondVar
306 ## CondVar section
484 friend class CondVar; // for access to Trans()/Fer(). variable940 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
543 friend class CondVar; // for access to Trans()/Fer(). variable1083 inline CondVar::CondVar() : cv_(0) {} in CondVar() function
64 TEST_F(TestMatchEngine, CondVar) { in TEST_F() argument