nuttx/libs/libc/tls
Xiang Xiao 47faeeb360 tls: Move task_tls_alloc and task_tls_destruct to libc
so task_tls_destruct can be called from usrspace, which is required by:
https://github.com/apache/nuttx/pull/10288

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-08-28 11:02:18 +03:00
..
CMakeLists.txt tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
Kconfig tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
Make.defs tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
task_getinfo.c libc/tls: Make tls_get_info as the pulibc function instead up_tls_info 2022-06-03 23:56:50 +03:00
task_tls_destruct.c tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
task_tls.c tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
tls_destruct.c tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
tls_getinfo.c sched/tls: Wrap up_info_size into tls_info_size 2022-06-08 19:07:33 +09:00