Home
last modified time | relevance | path

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

/external/vboot_reference/tests/
Dvboot_api_devmode_tests.c140 static uint64_t current_ticks; variable
173 current_ticks = 0; in ResetMocks()
243 current_ticks += (uint64_t)msec * TICKS_PER_MSEC; in VbExSleepMs()
244 current_time = current_ticks / TICKS_PER_MSEC; in VbExSleepMs()
249 return current_ticks; in VbExGetTimer()