Home
last modified time | relevance | path

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

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