HomeSort by relevance Sort by last modified time
    Searched refs:grpc_combiner_unref (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/core/lib/iomgr/
combiner.h 45 #define GRPC_COMBINER_UNREF(combiner, reason) \
46 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);
combiner.cc 119 void grpc_combiner_unref(grpc_combiner* lock GRPC_COMBINER_DEBUG_ARGS) { function

Completed in 54 milliseconds