Searched defs:batch_control (Results 1 – 1 of 1) sorted by relevance
82 struct batch_control { struct85 grpc_call* call = nullptr;86 grpc_transport_stream_op_batch op;94 union {105 } completion_data;106 grpc_closure start_batch;107 grpc_closure finish_batch;108 grpc_core::Atomic<intptr_t> steps_to_complete;109 gpr_atm batch_error = reinterpret_cast<gpr_atm>(GRPC_ERROR_NONE);110 void set_num_steps_to_complete(uintptr_t steps) { in set_num_steps_to_complete()[all …]