Searched refs:wakeup_time (Results 1 – 2 of 2) sorted by relevance
31 uint64_t wakeup_time) { in background_thread_wakeup_time_set() argument34 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()
66 base::TimeTicks wakeup_time = base::TimeTicks::Now() + wait; in WaitpidWithTimeout() local69 if (now > wakeup_time) in WaitpidWithTimeout()72 int64_t sleep_time_usecs = (wakeup_time - now).InMicroseconds(); in WaitpidWithTimeout()