Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_posix.cc62 int64_t max_sleep_time_usecs = 1 << 10; // ~1 milliseconds. in WaitpidWithTimeout() local
74 if (sleep_time_usecs > max_sleep_time_usecs) in WaitpidWithTimeout()
75 sleep_time_usecs = max_sleep_time_usecs; in WaitpidWithTimeout()
82 if ((max_sleep_time_usecs < kMaxSleepInMicroseconds) && in WaitpidWithTimeout()
84 max_sleep_time_usecs *= 2; in WaitpidWithTimeout()