Searched refs:YieldCallCombiner (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/deadline/ |
D | deadline_filter.cc | 54 static void YieldCallCombiner(void* arg, grpc_error* /*ignored*/) { in YieldCallCombiner() function in grpc_core::TimerState 68 GRPC_CLOSURE_INIT(&self->closure_, YieldCallCombiner, self, nullptr)); in SendCancelOpInCallCombiner()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | client_channel.cc | 448 static bool YieldCallCombiner(const CallCombinerClosureList& /*closures*/) { in YieldCallCombiner() function in grpc_core::__anon5e2240680111::CallData 694 static bool YieldCallCombiner(const CallCombinerClosureList& /*closures*/) { in YieldCallCombiner() function in grpc_core::__anon5e2240680111::RetryingCall 964 static bool YieldCallCombiner(const CallCombinerClosureList& /*closures*/) { in YieldCallCombiner() function in grpc_core::__anon5e2240680111::LoadBalancedCall 3075 calld->PendingBatchesFail(elem, GRPC_ERROR_REF(error), YieldCallCombiner); in ResolutionDone() 3176 PendingBatchesFail(elem, error, YieldCallCombiner); in CreateDynamicCall() 5228 PendingBatchesFail(error, YieldCallCombiner); in CreateSubchannelCall() 5318 self->PendingBatchesFail(GRPC_ERROR_REF(error), YieldCallCombiner); in PickDone()
|