Searched defs:wakeup (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
H A DSelector.java170 * <li><p> By invoking the selector's {@link #wakeup wakeup} method,
178 * interrupt status will be set and the selector's {@link #wakeup wakeup}
286 * of the {@link #wakeup wakeup} method. </p>
305 * this selector's {@link #wakeup wakeup} method is invoked, the current
338 * this selector's {@link #wakeup wakeup} metho
371 public abstract Selector wakeup(); method in class:Selector
[all...]
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DPollSelectorImpl.java80 // Clear the wakeup pipe
91 // prevent further wakeup
102 public Selector wakeup() { method in class:PollSelectorImpl
H A DAbstractPollSelectorImpl.java78 public Selector wakeup() { method in class:AbstractPollSelectorImpl
H A DDevPollSelectorImpl.java91 // Clear the wakeup pipe
136 // prevent further wakeup
190 public Selector wakeup() { method in class:DevPollSelectorImpl
H A DEPollSelectorImpl.java86 // Clear the wakeup pipe
131 // prevent further wakeup
190 public Selector wakeup() { method in class:EPollSelectorImpl
H A DSelectorImpl.java110 wakeup();
166 abstract public Selector wakeup(); method in class:SelectorImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
H A DMockAbstractSelector.java85 public Selector wakeup() { method in class:MockAbstractSelector

Completed in 115 milliseconds