Searched refs:arch_thread_priv_stack_space_get (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/kernel/include/ |
D | kernel_arch_interface.h | 239 int arch_thread_priv_stack_space_get(const struct k_thread *thread, size_t *stack_size,
|
/Zephyr-latest/arch/x86/core/ |
D | userspace.c | 189 int arch_thread_priv_stack_space_get(const struct k_thread *thread, size_t *stack_size, in arch_thread_priv_stack_space_get() function
|
/Zephyr-latest/arch/xtensa/core/ |
D | thread.c | 175 int arch_thread_priv_stack_space_get(const struct k_thread *thread, size_t *stack_size, in arch_thread_priv_stack_space_get() function
|
/Zephyr-latest/arch/riscv/core/ |
D | thread.c | 207 int arch_thread_priv_stack_space_get(const struct k_thread *thread, size_t *stack_size, in arch_thread_priv_stack_space_get() function
|
/Zephyr-latest/subsys/debug/ |
D | thread_analyzer.c | 132 ret = arch_thread_priv_stack_space_get(cthread, &size, &unused); in thread_analyze_cb()
|
/Zephyr-latest/arch/ |
D | Kconfig | 733 Select when the architecture implements arch_thread_priv_stack_space_get().
|