Home
last modified time | relevance | path

Searched refs:cond_var_ (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/mindrt/src/thread/
Dthreadpool.cc29 cond_var_.notify_one(); in ~Worker()
99 cond_var_.wait(_l, [&] { return status_ == kThreadBusy || active_num_ > 0 || !alive_; }); in WaitUntilActive()
115 cond_var_.notify_one(); in Active()
124 cond_var_.notify_one(); in Active()
Dthreadpool.h102 std::condition_variable cond_var_; variable
Dactor_threadpool.cc70 cond_var_.notify_one(); in ActorActive()
/third_party/mindspore/mindspore/core/ir/
Dtensor.h92 cond_var_.wait(lock, [this] { return !need_wait_; }); in Wait()
101 cond_var_.notify_all(); in set_need_wait()
110 mutable std::condition_variable cond_var_; variable