Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/stack/stack/src/
Dtest_stack_fail.c70 zassert_true(k_stack_cleanup(&stack) == -EAGAIN, "The stack is cleanuped successful"); in ZTEST()
Dtest_stack_contexts.c181 k_stack_cleanup(&kstack_test_alloc); in ZTEST()
Dmain.c301 k_stack_cleanup(&stack3); in ZTEST()
/Zephyr-latest/kernel/
Dstack.c80 int k_stack_cleanup(struct k_stack *stack) in k_stack_cleanup() function
Duserspace.c576 k_stack_cleanup((struct k_stack *)ko->name); in unref_check()
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt62 58 k_stack_cleanup stack=%I | Returns %ErrCodePosix
/Zephyr-latest/include/zephyr/
Dkernel.h2942 int k_stack_cleanup(struct k_stack *stack);