Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dtcp_windows.cc149 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref() function
167 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
Dtcp_posix.cc769 static void tcp_ref(grpc_tcp* tcp, const char* reason, in tcp_ref() function
782 static void tcp_ref(grpc_tcp* tcp) { tcp->refcount.Ref(); } in tcp_ref() function
/third_party/libuv/test/
Dtest-ref.c223 TEST_IMPL(tcp_ref) { in TEST_IMPL() argument