Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/stack/stack/src/
Dmain.c86 static void tIsr_entry_pop(const void *p) in tIsr_entry_pop() function
141 irq_offload(tIsr_entry_pop, (const void *)p2); in thread_entry_fn_isr()
245 irq_offload(tIsr_entry_pop, (const void *)&stack1); in ZTEST()
Dtest_stack_contexts.c54 static void tIsr_entry_pop(const void *p) in tIsr_entry_pop() function
93 irq_offload(tIsr_entry_pop, (const void *)pstack); in tstack_thread_isr()