Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/core/
Dnode.h105 std::condition_variable wait_start_cond_; variable
Dnode.cc34 bool res = wait_start_cond_.wait_for(lock, std::chrono::seconds(timeout), [this] { in WaitForStart()
Dabstract_node.cc599 wait_start_cond_.notify_all(); in ProcessHeartbeatResp()
670 wait_start_cond_.notify_all(); in ProcessSendMetadata()
Dscheduler_node.cc200 wait_start_cond_.notify_all(); in ProcessRegister()