Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc248 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RunGraphHandler()
270 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RecvTensorHandlerRaw()
289 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RecvBufHandler()
307 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in CompleteGroupHandler()
326 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in CompleteInstanceHandler()
509 opts->SetCancelCallback( in GrpcRecvTensorAsync()
Dgrpc_master_service.cc196 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RunStepHandler()
263 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RunCallableHandler()
Dgrpc_call.h192 void SetCancelCallback(std::function<void()> callback) { in SetCancelCallback() function
Dgrpc_state.h128 call_opts_->SetCancelCallback([this]() { context_->TryCancel(); }); in StartCall()
/external/llvm-project/lldb/source/API/
DSBExpressionOptions.cpp179 void SBExpressionOptions::SetCancelCallback( in SetCancelCallback() function in SBExpressionOptions
181 LLDB_RECORD_DUMMY(void, SBExpressionOptions, SetCancelCallback, in SetCancelCallback()
184 m_opaque_up->SetCancelCallback(callback, baton); in SetCancelCallback()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.h77 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in EnqueueHandler()
94 call->SetCancelCallback([call_opts]() { call_opts->StartCancel(); }); in RunComponentFunctionHandler()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcall_options_test.cc27 opts.SetCancelCallback([&num_calls]() { num_calls++; }); in TEST()
Dcall_options.h60 void SetCancelCallback(CancelFunction cancel_func);
Dcall_options.cc34 void CallOptions::SetCancelCallback(CancelFunction cancel_func) { in SetCancelCallback() function in tensorflow::CallOptions
Dworker.cc206 opts->SetCancelCallback([this, cm, step_id]() { in DoRunGraph()
304 opts->SetCancelCallback([this, cm, step_id]() { in DoPartialRunGraph()
Dcollective_rma_distributed_test.cc98 opts->SetCancelCallback([this]() { in RecvBufAsync()
Dmaster_session.cc746 call_opts->SetCancelCallback([&calls]() { in RunPartitionsHelper()
/external/llvm-project/lldb/include/lldb/API/
DSBExpressionOptions.h71 void SetCancelCallback(lldb::ExpressionCancelCallback callback, void *baton);
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc481 call_opts->SetCancelCallback([cm] { cm->StartCancel(); }); in RunComponentFunction()
523 call_opts->SetCancelCallback([cm] { cm->StartCancel(); }); in ExecuteOp()
/external/libchrome/mojo/core/
Dtrap_unittest.cc54 context->SetCancelCallback( in CreateContextWithCancel()
70 void SetCancelCallback(base::OnceClosure cancel_callback) { in SetCancelCallback() function in mojo::core::__anonf200b6c20111::TriggerHelper::NotificationContext
/external/llvm-project/lldb/include/lldb/Target/
DTarget.h355 void SetCancelCallback(lldb::ExpressionCancelCallback callback, void *baton) { in SetCancelCallback() function