Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dev_poll_posix.cc55 typedef struct grpc_fd_watcher { struct
56 struct grpc_fd_watcher* next; argument
57 struct grpc_fd_watcher* prev; argument
61 } grpc_fd_watcher; argument
114 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 …]