Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DLinuxWatchService.java62 private final Poller poller;
88 this.poller = new Poller(fs, this, ifd, sp); in LinuxWatchService()
155 private static class Poller extends AbstractPoller { class in LinuxWatchService
200 Poller(UnixFileSystem fs, LinuxWatchService watcher, int ifd, int[] sp) { in Poller() method in LinuxWatchService.Poller