HomeSort by relevance Sort by last modified time
    Searched defs:wake_up (Results 1 - 3 of 3) sorted by null

  /external/perfetto/src/base/
android_task_runner.cc 146 struct itimerspec wake_up = {}; local
147 wake_up.it_value = ToPosixTimespec(time);
148 if (timerfd_settime(delayed_timer_.get(), TFD_TIMER_ABSTIME, &wake_up,
  /external/webrtc/webrtc/base/
macsocketserver.cc 179 // Would prefer to run in a custom mode that only listens to wake_up,
374 EventRef wake_up; local
376 kEventAttributeUserEvent, &wake_up));
377 OSStatus result = PostEventToQueue(event_queue_, wake_up,
382 ReleaseEvent(wake_up);
  /external/libchrome/base/metrics/
persistent_memory_allocator_unittest.cc 362 bool* wake_up)
368 wake_up_(wake_up) {}
428 bool wake_up = false; local
430 CounterThread t1("t1", &iter, &lock, &condition, &wake_up);
431 CounterThread t2("t2", &iter, &lock, &condition, &wake_up);
432 CounterThread t3("t3", &iter, &lock, &condition, &wake_up);
433 CounterThread t4("t4", &iter, &lock, &condition, &wake_up);
434 CounterThread t5("t5", &iter, &lock, &condition, &wake_up);
447 wake_up = true;

Completed in 151 milliseconds