Searched refs:grpc_fd_watcher (Results 1 – 1 of 1) sorted by relevance
55 typedef struct grpc_fd_watcher { struct56 struct grpc_fd_watcher* next; argument57 struct grpc_fd_watcher* prev; argument61 } grpc_fd_watcher; argument114 grpc_fd_watcher inactive_watcher_root;115 grpc_fd_watcher* read_watcher;116 grpc_fd_watcher* write_watcher;149 uint32_t write_mask, grpc_fd_watcher* rec);154 static void fd_end_poll(grpc_fd_watcher* rec, int got_read, int got_write);437 static grpc_error* pollset_kick_locked(grpc_fd_watcher* watcher) {[all …]