Searched defs:max_total_sleep_usec (Results 1 - 1 of 1) sorted by relevance

/system/core/debuggerd/
H A Dutility.c32 const int max_total_sleep_usec = 10000000; /* 10 seconds */ variable
71 if (*total_sleep_time_usec > max_total_sleep_usec) {
86 if (*total_sleep_time_usec > max_total_sleep_usec) {

Completed in 15 milliseconds