Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dcall_combiner.h166 void RunClosuresWithoutYielding(grpc_call_combiner* call_combiner) { in RunClosuresWithoutYielding() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcall_combiner.h188 void RunClosuresWithoutYielding(CallCombiner* call_combiner) { in RunClosuresWithoutYielding() function
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc2853 closures.RunClosuresWithoutYielding(call_combiner_); in PendingBatchesFail()
3587 closures.RunClosuresWithoutYielding(call_combiner_); in PendingBatchesFail()
5035 closures.RunClosuresWithoutYielding(call_combiner_); in PendingBatchesFail()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc1262 closures.RunClosuresWithoutYielding(calld->call_combiner); in pending_batches_fail()