Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Drpc_rendezvous_mgr.cc140 auto abort_checked = std::make_shared<Notification>(); in StartRTCall() local
141 auto cb = [this, abort_checked, in StartRTCall()
145 abort_checked->WaitForNotification(); in StartRTCall()
168 abort_checked->Notify(); in StartRTCall()