Searched refs:fd_shutdown (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | ev_posix.h | 50 void (*fd_shutdown)(grpc_fd* fd, grpc_error* why); member
|
D | ev_posix.cc | 271 g_event_engine->fd_shutdown(fd, why); in grpc_fd_shutdown()
|
D | ev_epoll1_linux.cc | 386 static void fd_shutdown(grpc_fd* fd, grpc_error* why) { in fd_shutdown() function 1254 fd_shutdown,
|
D | ev_epollsig_linux.cc | 930 static void fd_shutdown(grpc_fd* fd, grpc_error* why) { function 1646 fd_shutdown,
|
D | ev_epollex_linux.cc | 517 static void fd_shutdown(grpc_fd* fd, grpc_error* why) { function 1615 fd_shutdown,
|
D | ev_poll_posix.cc | 579 static void fd_shutdown(grpc_fd* fd, grpc_error* why) { function 1803 fd_shutdown,
|