Home
last modified time | relevance | path

Searched defs:grpc_fd (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dev_poll_posix.cc76 struct grpc_fd { struct
77 int fd;
83 gpr_atm refst;
85 gpr_mu mu;
86 int shutdown;
87 int closed;
88 int released;
89 gpr_atm pollhup;
90 grpc_error* shutdown_error;
114 grpc_fd_watcher inactive_watcher_root; argument
[all …]
Dev_epollex_linux.cc198 struct grpc_fd { struct
221 struct grpc_fd* freelist_next; argument
222 grpc_closure* on_done_closure;
224 grpc_iomgr_object iomgr_object;
227 bool track_err;
Dev_epollsig_linux.cc118 struct grpc_fd { struct
137 struct grpc_fd* freelist_next; argument
148 static void fd_ref(grpc_fd* fd, const char* reason, const char* file, int line); argument
Dev_epoll1_linux.cc141 struct grpc_fd { struct
148 struct grpc_fd* freelist_next; argument
150 grpc_iomgr_object iomgr_object;
153 grpc_fork_fd_list* fork_fd_list;
Dev_posix.h40 typedef struct grpc_fd grpc_fd; typedef