Home
last modified time | relevance | path

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

/examples/utest/testcases/kernel/
A Dtimer_tc.c635 static struct rt_timer stress_timer[STRESS_TIMERS]; variable
639 rt_timer_t stress_timer = (rt_timer_t)param; in timer_stress() local
643 rt_timer_start(stress_timer); in timer_stress()
647 rt_timer_stop(stress_timer); in timer_stress()
664 rt_timer_init(&stress_timer[j], in test_timer_stress()
667 &stress_timer[j], in test_timer_stress()
681 rt_timer_start(&stress_timer[j]); in test_timer_stress()
685 rt_timer_stop(&stress_timer[j]); in test_timer_stress()
699 rt_timer_detach(&stress_timer[j]); in test_timer_stress()

Completed in 3 milliseconds