Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/benchmarks/thread_metric/
Dtm_interrupt_preemption_processing_test.c50 unsigned long tm_interrupt_preemption_thread_0_counter; variable
117 tm_interrupt_preemption_thread_0_counter++; in tm_interrupt_preemption_thread_0_entry()
190 …total = tm_interrupt_preemption_thread_0_counter + tm_interrupt_preemption_thread_1_counter + tm_… in tm_interrupt_preemption_thread_report()
196 if ((tm_interrupt_preemption_thread_0_counter < (average - 1)) || in tm_interrupt_preemption_thread_report()
197 (tm_interrupt_preemption_thread_0_counter > (average + 1)) || in tm_interrupt_preemption_thread_report()