Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dev_poll_posix.cc114 grpc_fd_watcher inactive_watcher_root; member
417 r->inactive_watcher_root.next = r->inactive_watcher_root.prev =
418 &r->inactive_watcher_root;
447 if (fd->inactive_watcher_root.next != &fd->inactive_watcher_root) {
448 pollset_kick_locked(fd->inactive_watcher_root.next);
458 for (watcher = fd->inactive_watcher_root.next;
459 watcher != &fd->inactive_watcher_root; watcher = watcher->next) {
472 fd->inactive_watcher_root.next != &fd->inactive_watcher_root;
678 watcher->next = &fd->inactive_watcher_root;