Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue.cc298 static void cq_shutdown_next(grpc_completion_queue* cq);
350 {GRPC_CQ_NEXT, sizeof(cq_next_data), cq_init_next, cq_shutdown_next,
1079 static void cq_shutdown_next(grpc_completion_queue* cq) { function