Searched refs:stress_timer (Results 1 – 1 of 1) sorted by relevance
635 static struct rt_timer stress_timer[STRESS_TIMERS]; variable639 rt_timer_t stress_timer = (rt_timer_t)param; in timer_stress() local643 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