Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/surface/
Dcompletion_queue.h56 void grpc_cq_internal_unref(grpc_completion_queue* cq, const char* reason,
61 grpc_cq_internal_unref(cq, reason, __FILE__, __LINE__)
64 void grpc_cq_internal_unref(grpc_completion_queue* cq);
66 #define GRPC_CQ_INTERNAL_UNREF(cq, reason) grpc_cq_internal_unref(cq)
Dcompletion_queue.cc613 void grpc_cq_internal_unref(grpc_completion_queue* cq, const char* reason, function
617 void grpc_cq_internal_unref(grpc_completion_queue* cq) {
/third_party/grpc/
Dlibgrpc.map156 "grpc_cq_internal_unref(grpc_completion_queue*)";