Searched refs:next_print_time (Results 1 – 1 of 1) sorted by relevance
656 rt_ubase_t next_print_time; in test_timer_stress() local674 next_print_time = cur_tick + RT_TICK_PER_SECOND; in test_timer_stress()690 if (cur_tick > next_print_time) in test_timer_stress()692 PRINT_PROGRESS(next_print_time); in test_timer_stress()693 next_print_time = cur_tick + RT_TICK_PER_SECOND; in test_timer_stress()
Completed in 3 milliseconds