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

  /system/core/libutils/include/utils/
Looper.h 144 * The poll was awoken using wake() before the timeout expired
244 * Returns POLL_WAKE if the poll was awoken using wake() before
475 void awoken();
  /prebuilts/go/darwin-x86/src/sync/
cond.go 39 // Wait cannot return unless awoken by Broadcast or Signal.
  /prebuilts/go/darwin-x86/src/time/
internal_test.go 59 // The timer proc is now sleeping and can only be awoken by
  /prebuilts/go/linux-x86/src/sync/
cond.go 39 // Wait cannot return unless awoken by Broadcast or Signal.
  /prebuilts/go/linux-x86/src/time/
internal_test.go 59 // The timer proc is now sleeping and can only be awoken by
  /system/core/libutils/
Looper.cpp 286 awoken();
413 void Looper::awoken() {
415 ALOGD("%p ~ awoken", this);
  /frameworks/native/services/inputflinger/
EventHub.cpp 747 bool awoken = false; local
825 ALOGV("awoken after wake()");
826 awoken = true;
    [all...]

Completed in 839 milliseconds