| 
    Zephyr Project API
    3.2.0
    
   A Scalable Open Source RTOS 
   | 
 
Functions | |
| size_t | arch_tls_stack_setup (struct k_thread *new_thread, char *stack_ptr) | 
| Setup Architecture-specific TLS area in stack.  More... | |
| size_t arch_tls_stack_setup | ( | struct k_thread * | new_thread, | 
| char * | stack_ptr | ||
| ) | 
#include <kernel/include/kernel_arch_interface.h>
Setup Architecture-specific TLS area in stack.
This sets up the stack area for thread local storage. The structure inside in area is architecture specific.
| new_thread | New thread object | 
| stack_ptr | Stack pointer |