HomeSort by relevance Sort by last modified time
    Searched refs:grpc_call_combiner_start (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/core/lib/iomgr/
call_combiner.h 58 #define GRPC_CALL_COMBINER_START(call_combiner, closure, error, reason) \
59 grpc_call_combiner_start((call_combiner), (closure), (error), __FILE__, \
64 void grpc_call_combiner_start(grpc_call_combiner* call_combiner,
71 #define GRPC_CALL_COMBINER_START(call_combiner, closure, error, reason) \
72 grpc_call_combiner_start((call_combiner), (closure), (error), (reason))
76 void grpc_call_combiner_start(grpc_call_combiner* call_combiner,
138 // GRPC_CALL_COMBINER_START(), and the remaining closure will be
149 GRPC_CALL_COMBINER_START(call_combiner, closure.closure, closure.error,
165 // combiner. All closures will be scheduled via GRPC_CALL_COMBINER_START().
169 GRPC_CALL_COMBINER_START(call_combiner, closure.closure, closure.error
    [all...]
call_combiner.cc 61 void grpc_call_combiner_start(grpc_call_combiner* call_combiner, function
68 "==> grpc_call_combiner_start() [%p] closure=%p [" DEBUG_FMT_STR
125 // code or because of a race with grpc_call_combiner_start().

Completed in 53 milliseconds