Home
last modified time | relevance | path

Searched refs:fd_is_shutdown (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dev_posix.h57 bool (*fd_is_shutdown)(grpc_fd* fd); member
Dev_posix.cc275 return g_event_engine->fd_is_shutdown(fd); in grpc_fd_is_shutdown()
Dev_epoll1_linux.cc422 static bool fd_is_shutdown(grpc_fd* fd) { in fd_is_shutdown() function
1261 fd_is_shutdown,
Dev_epollsig_linux.cc925 static bool fd_is_shutdown(grpc_fd* fd) { function
1653 fd_is_shutdown,
Dev_epollex_linux.cc512 static bool fd_is_shutdown(grpc_fd* fd) { function
1622 fd_is_shutdown,
Dev_poll_posix.cc595 static bool fd_is_shutdown(grpc_fd* fd) { function
1810 fd_is_shutdown,