Searched refs:pstack (Results 1 – 1 of 1) sorted by relevance
29 static void tstack_push(struct k_stack *pstack) in tstack_push() argument33 k_stack_push(pstack, data[i]); in tstack_push()37 static void tstack_pop(struct k_stack *pstack) in tstack_pop() argument43 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() argument72 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() argument89 irq_offload(tIsr_entry_push, (const void *)pstack); in tstack_thread_isr()[all …]