Home
last modified time | relevance | path

Searched refs:grpc_combiner_unref (Results 1 – 4 of 4) 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
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcombiner.h71 grpc_combiner_unref((combiner), __FILE__, __LINE__, (reason))
75 #define GRPC_COMBINER_UNREF(combiner, reason) grpc_combiner_unref((combiner))
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() function