Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Timer/
DAutoStop.java38 static final Object wakeup = new Object(); field in AutoStop
49 synchronized(wakeup) { in main()
51 wakeup.notify(); in main()
58 synchronized(wakeup) { in main()
60 wakeup.wait(); in main()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DSelectorTest.java74 selector.wakeup(); in testManyWakeupCallsTriggerOnlyOneWakeup()
75 selector.wakeup(); in testManyWakeupCallsTriggerOnlyOneWakeup()
76 selector.wakeup(); in testManyWakeupCallsTriggerOnlyOneWakeup()
148 selector.wakeup(); in test_80785()
/libcore/ojluni/src/main/java/sun/nio/ch/
DEPollPort.java132 private void wakeup() { in wakeup() method in EPollPort
149 wakeup(); in executeOnHandlerTask()
165 wakeup(); in shutdownHandlerTasks()
DSelectorImpl.java109 wakeup(); in implCloseSelector()
162 abstract public Selector wakeup(); in wakeup() method in SelectorImpl
DPollSelectorImpl.java116 public Selector wakeup() { in wakeup() method in PollSelectorImpl
DAbstractPollSelectorImpl.java78 public Selector wakeup() { in wakeup() method in AbstractPollSelectorImpl
/libcore/ojluni/src/main/java/sun/nio/fs/
DAbstractPoller.java73 abstract void wakeup() throws IOException; in wakeup() method in AbstractPoller
222 wakeup(); in invoke()
DLinuxWatchService.java207 void wakeup() throws IOException { in wakeup() method in LinuxWatchService.Poller
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DMockAbstractSelector.java85 public Selector wakeup() { in wakeup() method in MockAbstractSelector
/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAbstractSelector.java213 AbstractSelector.this.wakeup(); in begin()
/libcore/ojluni/src/main/java/java/nio/channels/
DSelector.java609 public abstract Selector wakeup(); in wakeup() method in Selector
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DSelectorTest.java294 selector.wakeup();
296 selector.wakeup();
309 selector.wakeup();
324 selector.wakeup();
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DSelectorImpl.java91 public abstract java.nio.channels.Selector wakeup(); in wakeup() method in SelectorImpl
/libcore/ojluni/src/test/java/nio/channels/Selector/
DSelectWithConsumer.java70 sel.wakeup(); in testActionInvoked()
326 sel.wakeup(); in testWakeupBeforeSelect()
333 sel.wakeup(); in testWakeupBeforeSelect()
729 POOL.schedule(() -> sel.wakeup(), delay, unit); in scheduleWakeup()
/libcore/api/
Dcurrent.txt7102 method public abstract java.nio.channels.Selector wakeup();