Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/utility/benchmarks/thread_metric/
Dtm_preemptive_scheduling_test.c48 unsigned long tm_preemptive_thread_0_counter; variable
128 tm_preemptive_thread_0_counter++; in tm_preemptive_thread_0_entry()
242 …total = tm_preemptive_thread_0_counter + tm_preemptive_thread_1_counter + tm_preemptive_thread_2_… in tm_preemptive_thread_report()
249 if ((tm_preemptive_thread_0_counter < (average - 1)) || in tm_preemptive_thread_report()
250 (tm_preemptive_thread_0_counter > (average + 1)) || in tm_preemptive_thread_report()