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

  /external/chromium_org/base/process/
kill_posix.cc 57 TimeTicks wakeup_time = TimeTicks::Now() + local
61 if (now > wakeup_time)
64 int64 sleep_time_usecs = (wakeup_time - now).InMicroseconds();
  /external/chromium/base/
process_util_posix.cc 83 Time wakeup_time = Time::Now() + local
87 if (now > wakeup_time)
90 int64 sleep_time_usecs = (wakeup_time - now).InMicroseconds();
    [all...]

Completed in 27 milliseconds