Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
Dcompletion_queue.h54 void grpc_cq_internal_unref(grpc_completion_queue* cc, const char* reason,
59 grpc_cq_internal_unref(cc, reason, __FILE__, __LINE__)
62 void grpc_cq_internal_unref(grpc_completion_queue* cc);
64 #define GRPC_CQ_INTERNAL_UNREF(cc, reason) grpc_cq_internal_unref(cc)
Dcompletion_queue.cc580 void grpc_cq_internal_unref(grpc_completion_queue* cq, const char* reason, function
589 void grpc_cq_internal_unref(grpc_completion_queue* cq) {