Searched refs:notify_tag (Results 1 – 1 of 1) sorted by relevance
/third_party/grpc/src/core/lib/surface/ |
D | call.cc | 104 } notify_tag; member 1234 if (bctl->completion_data.notify_tag.is_closure) { in post_batch_completion() 1239 static_cast<grpc_closure*>(bctl->completion_data.notify_tag.tag), in post_batch_completion() 1244 grpc_cq_end_op(bctl->call->cq, bctl->completion_data.notify_tag.tag, error, in post_batch_completion() 1556 size_t nops, void* notify_tag, in call_start_batch() argument 1573 GPR_ASSERT(grpc_cq_begin_op(call->cq, notify_tag)); in call_start_batch() 1574 grpc_cq_end_op(call->cq, notify_tag, GRPC_ERROR_NONE, in call_start_batch() 1580 static_cast<grpc_closure*>(notify_tag), in call_start_batch() 1591 bctl->completion_data.notify_tag.tag = notify_tag; in call_start_batch() 1592 bctl->completion_data.notify_tag.is_closure = in call_start_batch() [all …]
|