-
CONFIG_THREAD_LOCAL_STORAGE
¶
Thread Local Storage (TLS)
Type: bool
Help¶
This option enables thread local storage (TLS) support in kernel.
Direct dependencies¶
ARCH_HAS_THREAD_LOCAL_STORAGE
&& TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/kernel/Kconfig:869
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:30
Menu path: (Top) → General Kernel Options
config THREAD_LOCAL_STORAGE bool "Thread Local Storage (TLS)" selectNEED_LIBC_MEM_PARTITION
ifCPU_CORTEX_M
&&USERSPACE
depends onARCH_HAS_THREAD_LOCAL_STORAGE
&&TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
help This option enables thread local storage (TLS) support in kernel.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)