Home
last modified time | relevance | path

Searched refs:stolen_completion (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue.cc877 grpc_cq_completion* stolen_completion; member
891 GPR_ASSERT(a->stolen_completion == nullptr);
906 a->stolen_completion = cq_event_queue_pop(&cqd->queue);
907 if (a->stolen_completion != nullptr) {
975 if (is_finished_arg.stolen_completion != nullptr) {
976 grpc_cq_completion* c = is_finished_arg.stolen_completion;
977 is_finished_arg.stolen_completion = nullptr;
1059 GPR_ASSERT(is_finished_arg.stolen_completion == nullptr);
1146 GPR_ASSERT(a->stolen_completion == nullptr);
1166 a->stolen_completion = c;
[all …]