HomeSort by relevance Sort by last modified time
    Searched refs:wakeup (Results 51 - 75 of 324) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
MockAbstractSelector.java 85 public Selector wakeup() { method in class:MockAbstractSelector
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java 74 selector.wakeup();
75 selector.wakeup();
76 selector.wakeup();
148 selector.wakeup();
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
AbstractSelector.java 125 * java.nio.channels.Selector#wakeup wakeup} method. </p>
205 * Selector#wakeup wakeup} method to be invoked if a thread's {@link
213 AbstractSelector.this.wakeup();
  /libcore/ojluni/src/main/java/sun/nio/ch/
PollSelectorImpl.java 80 // Clear the wakeup pipe
91 // prevent further wakeup
102 public Selector wakeup() { method in class:PollSelectorImpl
  /system/core/healthd/include/healthd/
healthd.h 83 int healthd_register_event(int fd, void (*handler)(uint32_t), EventWakeup wakeup = EVENT_NO_WAKEUP_FD);
  /compatibility/cdd/8_performance-and-power/
8_3_power-saving-modes.md 7 * [SR] The triggering, maintenance, wakeup algorithms and the use of
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractPoller.java 71 * Wakeup poller thread so that it can service pending requests
73 abstract void wakeup() throws IOException; method in class:AbstractPoller
221 // wakeup thread
222 wakeup(); method
  /external/mdnsresponder/mDNSWindows/ControlPanel/
SecondPage.cpp 267 DWORD wakeup = 0; local
279 RegQueryValueEx( m_setupKey, L"Wakeup", NULL, NULL, (LPBYTE) &wakeup, &dwSize );
281 wakeup++;
283 err = RegSetValueEx( m_setupKey, L"Wakeup", 0, REG_DWORD, (LPBYTE) &wakeup, sizeof( DWORD ) );
  /external/syslinux/gpxe/src/include/gpxe/
smbios.h 112 uint8_t wakeup; member in struct:smbios_system_information
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierSignalAgent.java 75 * carrier signal receivers(wakeup receivers).
76 * Those intents are declared in the Manifest files, aiming to wakeup broadcast receivers.
78 * wakeup. Note we use Set as the entry value to compare config directly regardless of element
86 * carrier signal receivers(non-wakeup receivers). Those intents will not wake up the apps.
286 * - for non-wakeup(runtime) receivers, make sure the intent is not declared in their manifests
288 * - for wakeup(manifest) receivers, make sure there are matched receivers with registered
295 * @param wakeup true indicate wakeup receivers otherwise non-wakeup receivers
297 private void broadcast(Intent intent, Set<ComponentName> receivers, boolean wakeup) {
    [all...]
  /external/libxcam/modules/soft/
soft_handler.cpp 38 void wakeup ();
59 SyncMeta::wakeup () function in class:XCam::SyncMeta
241 sync->wakeup ();
  /external/lisa/libs/utils/analysis/
latency_analysis.py 55 DataFrame of task's wakeup/suspend events
61 reported only for wakeup events
72 :param task: the task to report wakeup latencies for
93 # Filter Task's WAKEUP events
116 # Join Wakeup and SchedSwitch events
121 # Set Wakeup state on each Wakeup event
152 # Select Wakeup latency
155 DataFrame of task's wakeup latencies
161 :param task: the task to report wakeup latencies fo
    [all...]
  /external/ltp/testcases/kernel/syscalls/kill/
kill10.c 177 void wakeup(int sig);
352 sa.sa_handler = wakeup;
354 printf("%d: setting SIGALRM -> wakeup\n", mypid);
513 sa.sa_handler = wakeup;
515 printf("%d: setting SIGALRM -> wakeup\n", mypid);
542 sa.sa_handler = wakeup;
544 printf("%d: setting SIGALRM -> wakeup\n", mypid);
670 void wakeup(int sig) function
  /prebuilts/go/darwin-x86/src/runtime/
lock_sema.go 144 throw("notewakeup - double wakeup")
158 // Must be locked (got wakeup).
187 // Register for wakeup on n->waitm.
189 // Must be locked (got wakeup).
244 // No wakeup yet; unregister if possible.
249 // Wakeup happened so semaphore is available.
lock_futex.go 66 // its wakeup call.
133 print("notewakeup - double wakeup (", old, ")\n")
134 throw("notewakeup - double wakeup")
  /prebuilts/go/linux-x86/src/runtime/
lock_sema.go 144 throw("notewakeup - double wakeup")
158 // Must be locked (got wakeup).
187 // Register for wakeup on n->waitm.
189 // Must be locked (got wakeup).
244 // No wakeup yet; unregister if possible.
249 // Wakeup happened so semaphore is available.
lock_futex.go 66 // its wakeup call.
133 print("notewakeup - double wakeup (", old, ")\n")
134 throw("notewakeup - double wakeup")
  /prebuilts/go/darwin-x86/doc/progs/
go1.go 179 func sleepUntil(wakeup time.Time) {
181 if !wakeup.After(now) {
184 delta := wakeup.Sub(now) // A Duration.
  /prebuilts/go/linux-x86/doc/progs/
go1.go 179 func sleepUntil(wakeup time.Time) {
181 if !wakeup.After(now) {
184 delta := wakeup.Sub(now) // A Duration.
  /external/lisa/libs/utils/android/
screen.py 150 System.wakeup(target)
  /hardware/interfaces/health/2.0/default/
healthd_common.cpp 84 int healthd_register_event(int fd, void (*handler)(uint32_t), EventWakeup wakeup) {
89 if (wakeup == EVENT_WAKEUP_FD) ev.events |= EPOLLWAKEUP;
  /prebuilts/go/darwin-x86/src/sync/
runtime.go 22 // It is intended as a simple wakeup primitive for use by the synchronization
  /prebuilts/go/linux-x86/src/sync/
runtime.go 22 // It is intended as a simple wakeup primitive for use by the synchronization
  /system/core/libsysutils/src/
SocketListener.cpp 245 bool SocketListener::release(SocketClient* c, bool wakeup) {
263 if (wakeup) {
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 733 static int fillBuffer(void *tx, uint32_t totLength, uint32_t *wakeup, uint32_t *nonwakeup)
741 prevWakeup = *wakeup;
744 while (hostIntfPacketDequeue(&mTxNext, wakeup, nonwakeup)) {
771 if (*wakeup > 0)
783 *wakeup = prevWakeup;
788 prevWakeup = *wakeup;
797 uint32_t wakeup = atomicRead32bits(&mTxWakeCnt[0]); local
802 if (!wakeup && wakeupStatus)
804 else if (wakeup && !wakeupStatus)
813 void nanohubPrefetchTx(uint32_t interrupt, uint32_t wakeup, uint32_t nonwakeup
898 uint32_t length, wakeup, nonwakeup; local
    [all...]

Completed in 1139 milliseconds

1 23 4 5 6 7 8 91011>>