Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/rpc/
Dcall_container.h91 std::shared_ptr<Notification> callback_destroyed_; variable
110 callback_destroyed_(new Notification) { in CallContainer()
120 callback_destroyed_->WaitForNotification(); in CallContainer()
130 new internal::NotifyWhenDestroyed(callback_destroyed_)); in CallContainer()