Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dev_poll_posix.cc116 grpc_fd_watcher inactive_watcher_root; member
379 r->inactive_watcher_root.next = r->inactive_watcher_root.prev =
380 &r->inactive_watcher_root;
407 if (fd->inactive_watcher_root.next != &fd->inactive_watcher_root) {
408 pollset_kick_locked(fd->inactive_watcher_root.next);
418 for (watcher = fd->inactive_watcher_root.next;
419 watcher != &fd->inactive_watcher_root; watcher = watcher->next) {
432 fd->inactive_watcher_root.next != &fd->inactive_watcher_root;
639 watcher->next = &fd->inactive_watcher_root;
/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;