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