Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.h52 int grpc_tcp_fd(grpc_endpoint* ep);
Dtcp_posix.cc1855 int grpc_tcp_fd(grpc_endpoint* ep) { in grpc_tcp_fd() function
/third_party/grpc/test/core/iomgr/
Dtcp_posix_test.cc511 GPR_ASSERT(grpc_tcp_fd(ep) == sv[1] && sv[1] >= 0); in release_fd_test()