Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dtimer_a64.c11 static bool timer_running; variable
18 if (timer_running == true) in generic_timer_start()
28 timer_running = true; in generic_timer_start()
41 timer_running = false; in generic_timer_stop()