Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_custom.cc89 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__)
103 static void tcp_ref(custom_tcp_endpoint* tcp, const char* reason, in tcp_ref() function
115 #define TCP_REF(tcp, reason) tcp_ref((tcp))
122 static void tcp_ref(custom_tcp_endpoint* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
Dtcp_windows.cc141 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__)
155 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref() function
167 #define TCP_REF(tcp, reason) tcp_ref((tcp))
174 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function
Dtcp_posix.cc339 #define TCP_REF(tcp, reason) tcp_ref((tcp), (reason), __FILE__, __LINE__)
353 static void tcp_ref(grpc_tcp* tcp, const char* reason, const char* file, in tcp_ref() function
365 #define TCP_REF(tcp, reason) tcp_ref((tcp))
372 static void tcp_ref(grpc_tcp* tcp) { gpr_ref(&tcp->refcount); } in tcp_ref() function