ITIMER_REAL
trace_itimer_expire(ITIMER_REAL, leader_pid, 0);
case ITIMER_REAL:
trace_itimer_state(ITIMER_REAL, value, 0);
do_setitimer(ITIMER_REAL, &it_new, &it_old);
case ITIMER_REAL:
err = setitimer(ITIMER_REAL, &timer_settings, NULL);
err = setitimer(ITIMER_REAL, &timeo, NULL);
TEST_ASSERT_EQ(setitimer(ITIMER_REAL, &timer, NULL), 0);
setitimer(ITIMER_REAL, &val, NULL);
if (setitimer(ITIMER_REAL, &timer, NULL) < 0)
else if (which == ITIMER_REAL)
else if (which == ITIMER_REAL)
check_itimer(ITIMER_REAL, "ITIMER_REAL");