zephyr/tests/kernel/mem_protect
Daniel Flodin 746c59c82a arch: kernel: lib: toolchain: Standardize TLS keyword
Up until now, the `__thread` keyword has been used for declaring
variables as Thread local storage. However, `__thread` is a GNU
specific keyword which thus limits compatibility with other
toolchains (for instance IAR).

This PR intoduces a new macro `Z_THREAD_LOCAL` which expands to the
corresponding C11, C23 or C++11 standard keyword based on the standard
that is specified during compilation, else it uses the old `__thread`
keyword.

Signed-off-by: Daniel Flodin <daniel.flodin@iar.com>
2024-09-23 10:01:48 +02:00
..
demand_paging tests: demand_paging: add a test for on-demand sections 2024-09-11 20:18:51 -04:00
futex
mem_map kernel: mm: rename Z_FREE_VM_START to K_MEM_VM_FREE_START 2024-06-12 21:13:26 -04:00
mem_protect doc: kernel: define additional doxygen groups 2024-09-17 05:24:09 -04:00
obj_validation
protection arch: define struct arch_esf and deprecate z_arch_esf_t 2024-06-04 14:02:51 -05:00
stack_random
stackprot arch: kernel: lib: toolchain: Standardize TLS keyword 2024-09-23 10:01:48 +02:00
sys_sem tests: mem_protect/sys_sem: config for intel_adsp/ace30_ptl 2024-06-06 20:06:11 -04:00
syscalls tests: mem_protect/syscalls: exclude board numaker_m2l31ki 2024-06-12 21:13:26 -04:00
userspace style: tests: remove unnecessary return statements 2024-09-20 11:06:55 +02:00