Home | History | Annotate | Download | only in utils

Lines Matching refs:wake

10 // Debugs poll and wake interactions.
42 LOG_ALWAYS_FATAL_IF(result != 0, "Could not create wake pipe. errno=%d", errno);
48 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake read pipe non-blocking. errno=%d",
52 LOG_ALWAYS_FATAL_IF(result != 0, "Could not make wake write pipe non-blocking. errno=%d",
56 // Allocate the epoll instance and register the wake pipe.
65 LOG_ALWAYS_FATAL_IF(result != 0, "Could not add wake read pipe to epoll instance. errno=%d",
68 // Add the wake pipe to the head of the request list with a null callback.
252 LOGW("Ignoring unexpected epoll events 0x%x on wake read pipe.", epollEvents);
288 LOGW("Ignoring unexpected poll events 0x%x on wake read pipe.", pollEvents);
306 // Set mPolling to false and wake up the wakeAndLock() waiters.
384 void Looper::wake() {
386 LOGD("%p ~ wake", this);
403 LOGW("Could not write wake signal, errno=%d", errno);
423 LOGD("%p ~ wake statistics: %0.3fms wake latency, %0.3f wakes per cycle", this,
585 wake();