Home
last modified time | relevance | path

Searched refs:wakeup_time (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dbackground_thread_inlines.h31 uint64_t wakeup_time) { in background_thread_wakeup_time_set() argument
34 wakeup_time == BACKGROUND_THREAD_INDEFINITE_SLEEP, ATOMIC_RELEASE); in background_thread_wakeup_time_set()
35 nstime_init(&info->next_wakeup, wakeup_time); in background_thread_wakeup_time_set()
/external/libchrome/base/process/
Dprocess_posix.cc66 base::TimeTicks wakeup_time = base::TimeTicks::Now() + wait; in WaitpidWithTimeout() local
69 if (now > wakeup_time) in WaitpidWithTimeout()
72 int64_t sleep_time_usecs = (wakeup_time - now).InMicroseconds(); in WaitpidWithTimeout()