Searched refs:SLEEP_TIME_USEC (Results 1 - 1 of 1) sorted by relevance

/system/core/debuggerd/
H A Dutility.cpp34 constexpr int SLEEP_TIME_USEC = 50000; // 0.05 seconds variable
100 usleep(SLEEP_TIME_USEC);
101 *total_sleep_time_usec += SLEEP_TIME_USEC;

Completed in 112 milliseconds