Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/surface/
Dcompletion_queue.cc990 cq_is_finished_arg is_finished_arg = { local
997 ExecCtxNext exec_ctx(&is_finished_arg);
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;
1048 if (!is_finished_arg.first_loop &&
1073 is_finished_arg.first_loop = false;
1086 GPR_ASSERT(is_finished_arg.stolen_completion == nullptr);
1236 cq_is_finished_arg is_finished_arg = { local
1243 ExecCtxPluck exec_ctx(&is_finished_arg);
[all …]