Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dcombiner.h44 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);
Dcombiner.cc126 grpc_combiner* grpc_combiner_ref(grpc_combiner* lock GRPC_COMBINER_DEBUG_ARGS) { in grpc_combiner_ref() function