Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_interrupt_preemption_processing_test.c48 unsigned long tm_interrupt_preemption_thread_1_counter; variable
144 tm_interrupt_preemption_thread_1_counter++; in tm_interrupt_preemption_thread_1_entry()
193 tm_interrupt_preemption_thread_1_counter + in tm_interrupt_preemption_thread_report()
202 (tm_interrupt_preemption_thread_1_counter < (average - 1)) || in tm_interrupt_preemption_thread_report()
203 (tm_interrupt_preemption_thread_1_counter > (average + 1)) || in tm_interrupt_preemption_thread_report()