Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dcombiner.h46 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);
Dcombiner.cc119 void grpc_combiner_unref(grpc_combiner* lock GRPC_COMBINER_DEBUG_ARGS) { in grpc_combiner_unref() function