Home
last modified time | relevance | path

Searched refs:RunClosures (Results 1 – 6 of 6) 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/grpc-grpc/src/core/lib/transport/
Dtransport.cc239 closures.RunClosures(call_combiner);
/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()