Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dcombiner.h41 #define GRPC_COMBINER_DEBUG_ARGS \ macro
48 #define GRPC_COMBINER_DEBUG_ARGS macro
55 grpc_combiner* grpc_combiner_ref(grpc_combiner* lock GRPC_COMBINER_DEBUG_ARGS);
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() argument
126 grpc_combiner* grpc_combiner_ref(grpc_combiner* lock GRPC_COMBINER_DEBUG_ARGS) { in grpc_combiner_ref() argument