Home
last modified time | relevance | path

Searched refs:grpc_combiner_ref (Results 1 – 4 of 4) 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
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dcombiner.h69 grpc_combiner_ref((combiner), __FILE__, __LINE__, (reason))
74 #define GRPC_COMBINER_REF(combiner, reason) grpc_combiner_ref((combiner))
80 grpc_core::Combiner* grpc_combiner_ref(
Dcombiner.cc99 grpc_core::Combiner* grpc_combiner_ref( in grpc_combiner_ref() function