Home
last modified time | relevance | path

Searched refs:polling_stopped_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr.cc118 CHECK(polling_stopped_ == nullptr); in StartPollingLoop()
123 polling_stopped_.reset(new Notification); in StartPollingLoop()
128 if (polling_stopped_) { in StopPollingLoop()
134 polling_stopped_->WaitForNotification(); in StopPollingLoop()
135 polling_stopped_.reset(nullptr); in StopPollingLoop()
165 polling_stopped_->Notify(); in PollLoop()
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr.cc119 CHECK(polling_stopped_ == nullptr); in StartPollingLoop()
124 polling_stopped_.reset(new Notification); in StartPollingLoop()
129 if (polling_stopped_) { in StopPollingLoop()
135 polling_stopped_->WaitForNotification(); in StopPollingLoop()
136 polling_stopped_.reset(nullptr); in StopPollingLoop()
166 polling_stopped_->Notify(); in PollLoop()
Ddevice_event_mgr.h142 std::unique_ptr<Notification> polling_stopped_; variable