Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dev_poll_posix.cc57 typedef struct grpc_fd_watcher { struct
58 struct grpc_fd_watcher* next; argument
59 struct grpc_fd_watcher* prev; argument
63 } grpc_fd_watcher; typedef
116 grpc_fd_watcher inactive_watcher_root;
117 grpc_fd_watcher* read_watcher;
118 grpc_fd_watcher* write_watcher;
151 uint32_t write_mask, grpc_fd_watcher* watcher);
156 static void fd_end_poll(grpc_fd_watcher* watcher, int got_read, int got_write);
397 static grpc_error* pollset_kick_locked(grpc_fd_watcher* watcher) {
[all …]
/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; typedef
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 …]