Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/rpc/
Dcall_container.h36 class NotifyWhenDestroyed {
38 explicit NotifyWhenDestroyed(std::shared_ptr<Notification> notification) in NotifyWhenDestroyed() function
41 ~NotifyWhenDestroyed() { notification_->Notify(); } in ~NotifyWhenDestroyed()
129 std::shared_ptr<internal::NotifyWhenDestroyed> notify_when_destroyed( in CallContainer()
130 new internal::NotifyWhenDestroyed(callback_destroyed_)); in CallContainer()