Home
last modified time | relevance | path

Searched defs:grpc_completion_queue (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/lib/surface/
Dcompletion_queue.cc419 struct grpc_completion_queue { struct
421 grpc_core::RefCount owning_refs;
445 static void cq_finish_shutdown_next(grpc_completion_queue* cq); argument
824 static void cq_check_tag(grpc_completion_queue* /*cq*/, void* /*tag*/, argument
1179 static void dump_pending_tags(grpc_completion_queue* /*cq*/) {} argument
/third_party/grpc/test/core/end2end/
Dinproc_callback_test.cc264 static void drain_cq(grpc_completion_queue* /*cq*/) { in drain_cq() argument
/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h56 typedef struct grpc_completion_queue grpc_completion_queue; typedef