OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxSleepInMicroseconds
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/process/
kill_posix.cc
52
static const int64
kMaxSleepInMicroseconds
= 1 << 18; // ~256 milliseconds.
74
if ((max_sleep_time_usecs <
kMaxSleepInMicroseconds
) &&
/external/chromium/base/
process_util_posix.cc
78
static const int64
kMaxSleepInMicroseconds
= 1 << 18; // ~256 milliseconds.
100
if ((max_sleep_time_usecs <
kMaxSleepInMicroseconds
) &&
[
all
...]
Completed in 108 milliseconds