Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dclient.cc48 if (!stop_heartbeats_.HasBeenNotified()) { in ~DistributedRuntimeClient()
49 stop_heartbeats_.Notify(); in ~DistributedRuntimeClient()
184 if (!stop_heartbeats_.HasBeenNotified()) { in Shutdown()
185 stop_heartbeats_.Notify(); in Shutdown()
244 stop_heartbeats_.WaitForNotificationWithTimeout( in HeartbeatLoop()
246 if (stop_heartbeats_.HasBeenNotified()) { in HeartbeatLoop()
266 if (!stop_heartbeats_.HasBeenNotified() && in HeartbeatLoop()
Dclient.h157 absl::Notification stop_heartbeats_; variable