Searched refs:tcp_ref (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | tcp_windows.cc | 140 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) 154 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref() function 166 #define TCP_REF(tcp, reason) tcp_ref((tcp)) 173 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
|
H A D | tcp_posix.cc | 797 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), DEBUG_LOCATION) 805 static void tcp_ref(grpc_tcp* tcp, const char* reason, in tcp_ref() function 811 #define TCP_REF(tcp, reason) tcp_ref((tcp)) 818 static void tcp_ref(grpc_tcp* tcp) { tcp->refcount.Ref(); } in tcp_ref() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_windows.cc | 140 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__) 154 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref() function 166 #define TCP_REF(tcp, reason) tcp_ref((tcp)) 173 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
|
D | tcp_posix.cc | 746 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), DEBUG_LOCATION) 754 static void tcp_ref(grpc_tcp* tcp, const char* reason, in tcp_ref() function 760 #define TCP_REF(tcp, reason) tcp_ref((tcp)) 767 static void tcp_ref(grpc_tcp* tcp) { tcp->refcount.Ref(); } in tcp_ref() function
|