Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/surface/
Dcompletion_queue.cc910 grpc_cq_completion* stolen_completion; member
924 GPR_ASSERT(a->stolen_completion == nullptr);
939 a->stolen_completion = cqd->queue.Pop();
940 if (a->stolen_completion != nullptr) {
1001 if (is_finished_arg.stolen_completion != nullptr) {
1002 grpc_cq_completion* c = is_finished_arg.stolen_completion;
1003 is_finished_arg.stolen_completion = nullptr;
1086 GPR_ASSERT(is_finished_arg.stolen_completion == nullptr);
1174 GPR_ASSERT(a->stolen_completion == nullptr);
1194 a->stolen_completion = c;
[all …]