Home
last modified time | relevance | path

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

/Zephyr-latest/tests/arch/arm/arm_thread_swap/src/
Darm_syscalls.c93 static int first_call = 1; in arm_isr_handler() local
95 if (first_call == 1) { in arm_isr_handler()
96 first_call = 0; in arm_isr_handler()
104 } else if (first_call == 0) { in arm_isr_handler()
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c395 static bool first_call = 1; in z_impl_test_arm_user_interrupt_syscall()
397 if (first_call == 1) { in z_impl_test_arm_user_interrupt_syscall()
400 first_call = 0; in z_impl_test_arm_user_interrupt_syscall()