Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/surface/
Dcompletion_queue.cc364 static void cq_shutdown_next(grpc_completion_queue* cq);
413 {GRPC_CQ_NEXT, sizeof(cq_next_data), cq_init_next, cq_shutdown_next,
1106 static void cq_shutdown_next(grpc_completion_queue* cq) { function