Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_interrupt_processing_test.c59 void tm_interrupt_handler(void);
144 void tm_interrupt_handler(void) in tm_interrupt_handler() function
Dtm_interrupt_preemption_processing_test.c58 void tm_interrupt_handler(void);
153 void tm_interrupt_handler(void) in tm_interrupt_handler() function
Dtm_porting_layer_zephyr.c179 extern void tm_interrupt_handler(const void *);
183 irq_offload(tm_interrupt_handler, NULL); in tm_cause_interrupt()