Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/ps/core/
Dabstract_node.h275 std::mutex communicator_mutex_; variable
Dabstract_node.cc468 std::lock_guard<std::mutex> lock(communicator_mutex_); in GetOrCreateHttpComm()
483 std::lock_guard<std::mutex> lock(communicator_mutex_); in GetOrCreateTcpComm()