Searched refs:pending_ops (Results 1 – 4 of 4) sorted by relevance
524 int pending_ops; member566 if (call->pending_ops != 0) return next; in maybe_delete_call_state()645 GPR_ASSERT(cs->pending_ops > 0); in finished_request_call()646 --cs->pending_ops; in finished_request_call()662 --bi->cs->pending_ops; in finished_batch()1052 g_active_call->pending_ops++; in LLVMFuzzerTestOneInput()1130 cs->pending_ops++; in LLVMFuzzerTestOneInput()
75 gpr_refcount pending_ops; member
298 host_value->pending_ops = std::max(1ul, child_buffers_.size()); in CopyToHostAsync()334 --host_value->pending_ops; in CopyToHostAsync()335 if (host_value->pending_ops == 0) { in CopyToHostAsync()
278 int pending_ops; member