Home
last modified time | relevance | path

Searched refs:fd_shutdown (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dev_posix.h55 void (*fd_shutdown)(grpc_fd* fd, grpc_error* why); member
Dev_posix.cc276 g_event_engine->fd_shutdown(fd, why); in grpc_fd_shutdown()
Dev_epoll1_linux.cc405 static void fd_shutdown(grpc_fd* fd, grpc_error* why) { in fd_shutdown() function
1285 fd_shutdown,
Dev_poll_posix.cc540 static void fd_shutdown(grpc_fd* fd, grpc_error* why) { function
1359 fd_shutdown,
Dev_epollex_linux.cc512 static void fd_shutdown(grpc_fd* fd, grpc_error* why) { function
1593 fd_shutdown,