Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_interrupt_preemption_processing_test.c47 unsigned long tm_interrupt_preemption_thread_0_counter; variable
110 tm_interrupt_preemption_thread_0_counter++; in tm_interrupt_preemption_thread_0_entry()
192 total = tm_interrupt_preemption_thread_0_counter + in tm_interrupt_preemption_thread_report()
200 if ((tm_interrupt_preemption_thread_0_counter < (average - 1)) || in tm_interrupt_preemption_thread_report()
201 (tm_interrupt_preemption_thread_0_counter > (average + 1)) || in tm_interrupt_preemption_thread_report()