Home
last modified time | relevance | path

Searched refs:REF_REASON (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dchannel.cc414 #define REF_REASON reason macro
417 #define REF_REASON "" macro
421 GRPC_CHANNEL_STACK_REF(CHANNEL_STACK_FROM_CHANNEL(c), REF_REASON); in grpc_channel_internal_ref()
425 GRPC_CHANNEL_STACK_UNREF(CHANNEL_STACK_FROM_CHANNEL(c), REF_REASON); in grpc_channel_internal_unref()
Dcall.cc474 #define REF_REASON reason macro
477 #define REF_REASON "" macro
481 GRPC_CALL_STACK_REF(CALL_STACK_FROM_CALL(c), REF_REASON); in grpc_call_internal_ref()
484 GRPC_CALL_STACK_UNREF(CALL_STACK_FROM_CALL(c), REF_REASON); in grpc_call_internal_unref()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc160 #define REF_REASON reason macro
165 #define REF_REASON "" macro
728 GRPC_CALL_STACK_REF(SUBCHANNEL_CALL_TO_CALL_STACK(c), REF_REASON); in grpc_subchannel_call_ref()
734 GRPC_CALL_STACK_UNREF(SUBCHANNEL_CALL_TO_CALL_STACK(c), REF_REASON); in grpc_subchannel_call_unref()