Searched defs: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 | 154 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref() function 173 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
|
H A D | tcp_posix.cc | 805 static void tcp_ref(grpc_tcp* tcp, const char* reason, in tcp_ref() function 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 | 154 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref() function 173 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
|
D | tcp_posix.cc | 754 static void tcp_ref(grpc_tcp* tcp, const char* reason, in tcp_ref() function 767 static void tcp_ref(grpc_tcp* tcp) { tcp->refcount.Ref(); } in tcp_ref() function
|