Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_posix.cc72 int64_t sleep_time_usecs = (wakeup_time - now).InMicroseconds(); in WaitpidWithTimeout() local
74 if (sleep_time_usecs > max_sleep_time_usecs) in WaitpidWithTimeout()
75 sleep_time_usecs = max_sleep_time_usecs; in WaitpidWithTimeout()
79 usleep(sleep_time_usecs); in WaitpidWithTimeout()