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

  /external/jemalloc_new/include/jemalloc/internal/
background_thread_inlines.h 31 uint64_t wakeup_time) {
34 wakeup_time == BACKGROUND_THREAD_INDEFINITE_SLEEP, ATOMIC_RELEASE);
35 nstime_init(&info->next_wakeup, wakeup_time);
  /external/libchrome/base/process/
process_posix.cc 66 base::TimeTicks wakeup_time = base::TimeTicks::Now() + wait; local
69 if (now > wakeup_time)
72 int64_t sleep_time_usecs = (wakeup_time - now).InMicroseconds();

Completed in 791 milliseconds