HomeSort by relevance Sort by last modified time
    Searched refs:grpc_cq_internal_unref (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/core/lib/surface/
completion_queue.h 54 void grpc_cq_internal_unref(grpc_completion_queue* cc, const char* reason,
58 #define GRPC_CQ_INTERNAL_UNREF(cc, 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)
completion_queue.cc 409 GRPC_CQ_INTERNAL_UNREF(cq, "shutting_down");
576 GRPC_CQ_INTERNAL_UNREF(cq, "pollset_destroy");
580 void grpc_cq_internal_unref(grpc_completion_queue* cq, const char* reason, function
589 void grpc_cq_internal_unref(grpc_completion_queue* cq) { function
741 GRPC_CQ_INTERNAL_UNREF(cq, "shutting_down");
749 GRPC_CQ_INTERNAL_UNREF(cq, "shutting_down");
    [all...]

Completed in 54 milliseconds