Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dcancellation.cc41 Notification* cancelled_notification = nullptr; in StartCancel() local
60 cancelled_notification = &state_->cancelled_notification; in StartCancel()
79 if (cancelled_notification) { in StartCancel()
80 cancelled_notification->Notify(); in StartCancel()
104 Notification* cancelled_notification = in DeregisterCallback() local
105 state_ ? &state_->cancelled_notification : nullptr; in DeregisterCallback()
111 if (cancelled_notification) { in DeregisterCallback()
112 cancelled_notification->WaitForNotification(); in DeregisterCallback()
149 Notification* cancelled_notification = nullptr; in DeregisterChild() local
171 cancelled_notification = &state_->cancelled_notification; in DeregisterChild()
[all …]
Dcancellation.h151 Notification cancelled_notification; member