OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sleep_time_usec
(Results
1 - 1
of
1
) sorted by null
/system/core/debuggerd/
utility.cpp
31
const int
sleep_time_usec
= 50000; // 0.05 seconds
variable
120
usleep(
sleep_time_usec
);
121
*total_sleep_time_usec +=
sleep_time_usec
;
133
usleep(
sleep_time_usec
);
134
*total_sleep_time_usec +=
sleep_time_usec
;
Completed in 57 milliseconds