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

  /packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/checker/
WakeupAlarmAnomalyDetector.java 125 int wakeups = 0; local
138 wakeups += count;
142 return wakeups;
  /hardware/interfaces/health/2.0/default/
healthd_common.cpp 190 unsigned long long wakeups; local
192 if (read(wakealarm_fd, &wakeups, sizeof(wakeups)) == -1) {
  /external/lisa/libs/utils/analysis/
cpus_analysis.py 68 :param cpus: List of CPUs to find wakeups for. If None, all CPUs.
  /prebuilts/go/darwin-x86/src/runtime/
futex_test.go 42 // so spurious wakeups may happen.
os_linux.go 43 // spurious wakeups are allowed.
profbuf.go 381 // Racing with reader setting flag bits in b.w, to avoid lost wakeups.
trace.go 95 // Such wakeups happen on buffered channels and sync.Mutex,
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
futex_test.go 42 // so spurious wakeups may happen.
os_linux.go 43 // spurious wakeups are allowed.
profbuf.go 381 // Racing with reader setting flag bits in b.w, to avoid lost wakeups.
trace.go 95 // Such wakeups happen on buffered channels and sync.Mutex,
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace_test.go 513 // (we call runtime.Gosched between all operations, so these would be futile wakeups).
  /prebuilts/go/linux-x86/src/runtime/trace/
trace_test.go 513 // (we call runtime.Gosched between all operations, so these would be futile wakeups).
  /prebuilts/go/darwin-x86/src/internal/trace/
parser.go 468 // removeFutile removes all constituents of futile wakeups (block, unblock, start).
471 // so the first goroutine has to block again. Such wakeups happen on buffered
  /prebuilts/go/linux-x86/src/internal/trace/
parser.go 468 // removeFutile removes all constituents of futile wakeups (block, unblock, start).
471 // so the first goroutine has to block again. Such wakeups happen on buffered
  /build/make/tools/
warn.py     [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 4259 int wakeups = 0; local
    [all...]

Completed in 473 milliseconds