Home
last modified time | relevance | path

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

/Zephyr-latest/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c21 #define MAIN_PRIORITY 7 macro
180 k_thread_priority_set(arch_current_thread(), K_PRIO_PREEMPT(MAIN_PRIORITY)); in ZTEST()
/Zephyr-latest/tests/kernel/fatal/exception/src/
Dmain.c30 #define MAIN_PRIORITY 7 macro
317 k_thread_priority_set(arch_current_thread(), K_PRIO_PREEMPT(MAIN_PRIORITY)); in ZTEST()