Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Drun_handler.cc149 void ReleaseHandler(RunHandler::Impl* handler) LOCKS_EXCLUDED(mu_) { in ReleaseHandler() function in tensorflow::RunHandlerPool::Impl
271 RunHandler::~RunHandler() { impl_->pool_impl()->ReleaseHandler(impl_); } in ~RunHandler()
/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.h82 std::shared_ptr<ReportLoadHandler> ReleaseHandler() { in ReleaseHandler() function
Dload_reporter_async_service_impl.cc156 GPR_ASSERT(on_done_notified_.ReleaseHandler() != nullptr); in OnRequestDelivered()