Searched refs:stop_heartbeat_thread_ (Results 1 – 2 of 2) sorted by relevance
41 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()
137 absl::Notification stop_heartbeat_thread_; variable