Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/stack/stack/src/
Dtest_stack_contexts.c29 static void tstack_push(struct k_stack *pstack) in tstack_push() argument
33 k_stack_push(pstack, data[i]); in tstack_push()
37 static void tstack_pop(struct k_stack *pstack) in tstack_pop() argument
43 zassert_false(k_stack_pop(pstack, &rx_data, K_NO_WAIT)); in tstack_pop()
67 static void tstack_thread_thread(struct k_stack *pstack) in tstack_thread_thread() argument
72 tThread_entry, pstack, NULL, NULL, in tstack_thread_thread()
75 tstack_push(pstack); in tstack_thread_thread()
79 tstack_pop(pstack); in tstack_thread_thread()
85 static void tstack_thread_isr(struct k_stack *pstack) in tstack_thread_isr() argument
89 irq_offload(tIsr_entry_push, (const void *)pstack); in tstack_thread_isr()
[all …]