Searched refs:grpc_combiner_ref (Results 1 – 2 of 2) sorted by relevance
44 grpc_combiner_ref((combiner), __FILE__, __LINE__, (reason))49 #define GRPC_COMBINER_REF(combiner, reason) grpc_combiner_ref((combiner))55 grpc_combiner* grpc_combiner_ref(grpc_combiner* lock GRPC_COMBINER_DEBUG_ARGS);
126 grpc_combiner* grpc_combiner_ref(grpc_combiner* lock GRPC_COMBINER_DEBUG_ARGS) { in grpc_combiner_ref() function