Home
last modified time | relevance | path

Searched defs:tcp_ref (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dtcp_windows.cc154 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 Dtcp_posix.cc805 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/
Dtcp_windows.cc154 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
Dtcp_posix.cc754 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