Home
last modified time | relevance | path

Searched refs:receive_cond_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/core/
Dabstract_node.h228 std::condition_variable receive_cond_; variable
Dabstract_node.cc392receive_cond_.wait_for(lock, std::chrono::seconds(timeout), [&] { return receive_messages_done_[re… in CollectiveWait()
1003 receive_cond_.notify_all(); in RunReceiveCallback()