Searched refs:grpc_cq_internal_unref (Results 1 – 3 of 3) sorted by relevance
56 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)
613 void grpc_cq_internal_unref(grpc_completion_queue* cq, const char* reason, function617 void grpc_cq_internal_unref(grpc_completion_queue* cq) {
156 "grpc_cq_internal_unref(grpc_completion_queue*)";