Searched defs:grpc_fd (Results 1 – 5 of 5) sorted by relevance
76 struct grpc_fd { struct77 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 …]
198 struct grpc_fd { struct221 struct grpc_fd* freelist_next; argument222 grpc_closure* on_done_closure;224 grpc_iomgr_object iomgr_object;227 bool track_err;
118 struct grpc_fd { struct137 struct grpc_fd* freelist_next; argument148 static void fd_ref(grpc_fd* fd, const char* reason, const char* file, int line); argument
141 struct grpc_fd { struct148 struct grpc_fd* freelist_next; argument150 grpc_iomgr_object iomgr_object;153 grpc_fork_fd_list* fork_fd_list;
40 typedef struct grpc_fd grpc_fd; typedef