HomeSort by relevance Sort by last modified time
    Searched full:wakeups (Results 1 - 18 of 18) sorted by null

  /frameworks/base/core/java/android/os/
BatteryStats.java 984 int wakeups = ps.getWakeups(which); local
1398 int wakeups = ps.getWakeups(which); local
    [all...]
  /dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
SelectorImpl.java 130 * A mock channel is used to signal wakeups. Whenever the selector should
  /external/srec/audio/AudioIn/UNIX/src/
audioin.c 223 // Avoid spurious wakeups
383 // Avoid spurious wakeups
589 // Avoid spurious wakeups
    [all...]
  /bionic/libc/include/net/
ethertypes.h 308 #define ETHERTYPE_VITAL 0xFF00 /* BBN VITAL-LanBridge cache wakeups */
  /external/v8/src/
platform-macos.cc 507 // wakeups, the way pthreads semaphores do. So the code from the linux
top.cc 212 // Used to make sure that the thread keeps looping even for spurious wakeups.
    [all...]
  /frameworks/base/core/java/android/app/
AlarmManager.java 234 * the number of wakeups. Otherwise, the alarm will be set
  /ndk/build/platforms/android-3/arch-arm/usr/include/net/
ethertypes.h 308 #define ETHERTYPE_VITAL 0xFF00 /* BBN VITAL-LanBridge cache wakeups */
  /ndk/build/platforms/android-4/arch-arm/usr/include/net/
ethertypes.h 308 #define ETHERTYPE_VITAL 0xFF00 /* BBN VITAL-LanBridge cache wakeups */
  /ndk/build/platforms/android-5/arch-arm/usr/include/net/
ethertypes.h 308 #define ETHERTYPE_VITAL 0xFF00 /* BBN VITAL-LanBridge cache wakeups */
  /ndk/build/platforms/android-5/arch-x86/usr/include/net/
ethertypes.h 308 #define ETHERTYPE_VITAL 0xFF00 /* BBN VITAL-LanBridge cache wakeups */
  /ndk/build/platforms/android-8/arch-arm/usr/include/net/
ethertypes.h 308 #define ETHERTYPE_VITAL 0xFF00 /* BBN VITAL-LanBridge cache wakeups */
  /ndk/build/platforms/android-8/arch-x86/usr/include/net/
ethertypes.h 308 #define ETHERTYPE_VITAL 0xFF00 /* BBN VITAL-LanBridge cache wakeups */
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 944 notes = "Regression test for when join() failed due to spurious wakeups",
953 // we used to get spurious wakeups upon unparking
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
Condition.java 119 * free to remove the possibility of spurious wakeups but it is
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 491 pw.println(" wakeups");
    [all...]
  /dalvik/vm/
Sync.c 669 * The spec allows "spurious wakeups", and recommends that all code using
    [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp     [all...]

Completed in 941 milliseconds