Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dexecutor.cc60 size_t GrpcExecutor::RunClosures(const char* executor_name, in RunClosures() function in GrpcExecutor
146 RunClosures(thd_state_[i].name, thd_state_[i].elems); in SetThreading()
191 subtract_depth = RunClosures(ts->name, closures); in ThreadMain()
Dexecutor.h66 static size_t RunClosures(const char* executor_name, grpc_closure_list list);
Dcall_combiner.h142 void RunClosures(grpc_call_combiner* call_combiner) { in RunClosures() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.cc100 size_t Executor::RunClosures(const char* executor_name, in RunClosures() function in grpc_core::Executor
196 RunClosures(thd_state_[i].name, thd_state_[i].elems); in SetThreading()
248 subtract_depth = RunClosures(ts->name, closures); in ThreadMain()
Dexecutor.h107 static size_t RunClosures(const char* executor_name, grpc_closure_list list);
Dcall_combiner.h164 void RunClosures(CallCombiner* call_combiner) { in RunClosures() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport.cc209 closures.RunClosures(call_combiner);
/external/grpc-grpc/src/core/lib/transport/
Dtransport.cc239 closures.RunClosures(call_combiner);
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc2851 closures.RunClosures(call_combiner_); in PendingBatchesFail()
2897 closures.RunClosures(call_combiner_); in PendingBatchesResume()
3585 closures.RunClosures(call_combiner_); in PendingBatchesFail()
3634 closures.RunClosures(call_combiner_); in PendingBatchesResume()
4183 closures.RunClosures(call_combiner_); in RunClosuresForCompletedCall()
4352 closures.RunClosures(call->call_combiner_); in OnComplete()
4761 closures.RunClosures(call->call_combiner_); in StartRetriableSubchannelBatches()
5033 closures.RunClosures(call_combiner_); in PendingBatchesFail()
5077 closures.RunClosures(call_combiner_); in PendingBatchesResume()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc1260 closures.RunClosures(calld->call_combiner); in pending_batches_fail()
1313 closures.RunClosures(calld->call_combiner); in pending_batches_resume()
1952 closures.RunClosures(calld->call_combiner); in run_closures_for_completed_call()
2145 closures.RunClosures(calld->call_combiner); in on_complete()
2589 closures.RunClosures(calld->call_combiner); in start_retriable_subchannel_batches()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc646 closures.RunClosures(calld->call_combiner); in StartTransportStreamOp()