Searched refs:grpc_combiner_unref (Results 1 – 2 of 2) sorted by relevance
46 grpc_combiner_unref((combiner), __FILE__, __LINE__, (reason))50 #define GRPC_COMBINER_UNREF(combiner, reason) grpc_combiner_unref((combiner))56 void grpc_combiner_unref(grpc_combiner* lock GRPC_COMBINER_DEBUG_ARGS);
119 void grpc_combiner_unref(grpc_combiner* lock GRPC_COMBINER_DEBUG_ARGS) { in grpc_combiner_unref() function