Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
Dservice.cc41 if (!stop_heartbeat_thread_.HasBeenNotified()) { in ~DistributedRuntimeServiceImpl()
42 stop_heartbeat_thread_.Notify(); in ~DistributedRuntimeServiceImpl()
192 if (!stop_heartbeat_thread_.HasBeenNotified()) { in Shutdown()
193 stop_heartbeat_thread_.Notify(); in Shutdown()
283 stop_heartbeat_thread_.WaitForNotificationWithTimeout( in HeartbeatLoop()
286 if (stop_heartbeat_thread_.HasBeenNotified()) { in HeartbeatLoop()
Dservice.h137 absl::Notification stop_heartbeat_thread_; variable