Home
last modified time | relevance | path

Searched refs:GRPC_COMBINER_DEBUG_ARGS (Results 1 – 4 of 4) 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
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcombiner.h66 #define GRPC_COMBINER_DEBUG_ARGS \ macro
73 #define GRPC_COMBINER_DEBUG_ARGS macro
81 grpc_core::Combiner* lock GRPC_COMBINER_DEBUG_ARGS);
82 void grpc_combiner_unref(grpc_core::Combiner* lock GRPC_COMBINER_DEBUG_ARGS);
Dcombiner.cc92 void grpc_combiner_unref(grpc_core::Combiner* lock GRPC_COMBINER_DEBUG_ARGS) { in grpc_combiner_unref() argument
100 grpc_core::Combiner* lock GRPC_COMBINER_DEBUG_ARGS) { in grpc_combiner_ref() argument