Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dprocess_posix.cc61 static const int64_t kMaxSleepInMicroseconds = 1 << 18; // ~256 milliseconds. in WaitpidWithTimeout() local
82 if ((max_sleep_time_usecs < kMaxSleepInMicroseconds) && in WaitpidWithTimeout()