TIMER_RUNNING      36 src/core/timer.c         [TIMER_RUNNING] = UNIT_ACTIVE,
TIMER_RUNNING     512 src/core/timer.c         timer_set_state(t, TIMER_RUNNING);
TIMER_RUNNING     560 src/core/timer.c         assert(t->state == TIMER_WAITING || t->state == TIMER_RUNNING || t->state == TIMER_ELAPSED);
TIMER_RUNNING     678 src/core/timer.c         case TIMER_RUNNING:
TIMER_RUNNING     721 src/core/timer.c         [TIMER_RUNNING] = "running",