Searched defs:wakeup (Results 1 – 10 of 10) sorted by relevance
38 static final Object wakeup = new Object(); field in AutoStop
116 public Selector wakeup() { in wakeup() method in PollSelectorImpl
162 abstract public Selector wakeup(); in wakeup() method in SelectorImpl
78 public Selector wakeup() { in wakeup() method in AbstractPollSelectorImpl
132 private void wakeup() { in wakeup() method in EPollPort
85 public Selector wakeup() { in wakeup() method in MockAbstractSelector
609 public abstract Selector wakeup(); in wakeup() method in Selector
91 public abstract java.nio.channels.Selector wakeup(); in wakeup() method in SelectorImpl
73 abstract void wakeup() throws IOException; in wakeup() method in AbstractPoller
207 void wakeup() throws IOException { in wakeup() method in LinuxWatchService.Poller