HomeSort by relevance Sort by last modified time
    Searched refs:wakeup (Results 1 - 20 of 20) sorted by null

  /libcore/luni/src/main/java/java/nio/channels/
Selector.java 59 * {@link #wakeup()} method of this selector is called. After this, all keys
64 * called (except calling {@link #close()} or {@link #wakeup()}) results in
98 * return until at least one channel is ready, {@link #wakeup()} is
112 * return until at least one channel is ready, {@link #wakeup()} is invoked,
157 * If no {@code select} operation is blocked when {@code wakeup()} is called
167 public abstract Selector wakeup(); method in class:Selector
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThread.java 42 * waiting thread experiences a spurious wakeup and continues to wait.
121 * if a timeout occurrs, or if there is a spurious wakeup.
129 * Typically, a call to {@link #wakeup} is used to indicate
135 * @see #wakeup
177 public void wakeup() { method in class:WaitingThread
ConnPoolByRoute.java 350 // check for spurious wakeup vs. timeout
630 waitingThread.wakeup();
686 waiter.wakeup();
  /libcore/luni/src/main/java/java/nio/channels/spi/
AbstractSelector.java 144 AbstractSelector.this.wakeup();
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
MonitorThread.java 120 wakeup(); method
249 // somebody called wakeup() ?
442 wakeup(); method
488 wakeup(); method
569 private void wakeup() { method in class:MonitorThread
570 mSelector.wakeup();
578 wakeup(); method
628 * block. The solution is to call wakeup() and then hold a lock to
633 wakeup(); method
DeviceMonitor.java 93 // wakeup the main loop thread by closing the main connection to adb.
103 mSelector.wakeup();
150 mSelector.wakeup();
511 // always wakeup before doing the register. The synchronized block
514 mSelector.wakeup();
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
MockAbstractSelector.java 130 public Selector wakeup() { method in class:MockAbstractSelector
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewMediator.java 797 public void keyguardDone(boolean authenticated, boolean wakeup) {
802 msg.arg1 = wakeup ? 1 : 0;
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectorTest.java 404 * @tests java.nio.channels.Selector#wakeup()
409 method = "wakeup",
416 selector.wakeup();
418 selector.wakeup();
421 // try to wakeup select. The invocation sequence of wakeup and select
431 selector.wakeup();
436 // try to wakeup select. The invocation sequence of wakeup and select
446 selector.wakeup();
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
SelectorImpl.java 96 * The pipe used to implement wakeup.
102 * selecting, the first element is always the wakeup channel's file
135 wakeup(); method
201 int readableKeysCount = 1; // first is always the wakeup channel
272 // populate the FDs, including the wakeup channel
296 // If there's something in the wakeup pipe, read it all --- the definition of the various
375 @Override public Selector wakeup() { method in class:SelectorImpl
  /external/kernel-headers/original/linux/
tcp.h 239 int wakeup; member in struct:tcp_sock::__anon5094
  /external/qemu/hw/
bt-hci-csr.c 436 CharDriverState *uart_hci_init(qemu_irq wakeup)
bt.h 125 CharDriverState *uart_hci_init(qemu_irq wakeup);
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
JSR166TestCase.java 487 } catch (InterruptedException wakeup) {}
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 359 milliseconds