Searched refs:timer_state (Results 1 – 1 of 1) sorted by relevance
96 int timer_state = NOT_READY; variable386 timer_state = READY; in timer_thread()389 } while (timer_state == READY && status == 0); in timer_thread()391 if (timer_state == TIMER_SHUTDOWN) { in timer_thread()407 if (timer_state == HAVE_REQUEST) { in timer_thread()408 timer_state = ACTIVE; in timer_thread()412 } while (timer_state == ACTIVE && status == 0); in timer_thread()454 while (timer_state != READY) in timed_lock_wait()457 timer_state = HAVE_REQUEST; in timed_lock_wait()469 if (timer_state == ACTIVE) { in timed_lock_wait()[all …]