Searched refs:Poller (Results 1 – 1 of 1) sorted by relevance
62 private final Poller poller;88 this.poller = new Poller(fs, this, ifd, sp); in LinuxWatchService()155 private static class Poller extends AbstractPoller { class in LinuxWatchService200 Poller(UnixFileSystem fs, LinuxWatchService watcher, int ifd, int[] sp) { in Poller() method in LinuxWatchService.Poller