Home
last modified time | relevance | path

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

/aosp14/system/core/libsuspend/
H A Dautosuspend_wakeup_count.cpp51 static int sleep_time = BASE_SLEEP_TIME; variable
58 sleep_time = BASE_SLEEP_TIME; in update_sleep_time()
62 sleep_time = MIN(sleep_time * 2, MAX_SLEEP_TIME); in update_sleep_time()
70 usleep(sleep_time); in suspend_thread_func()