nuttx/sched/tls
hujun5 5fb2ff3fe9 sched/tls: fix thread ID initialization in tls_dup_info
Set the thread ID (tl_tid) to the destination task's pid during TLS
duplication in fork operations. This ensures the duplicated TLS info
correctly reflects the forked task's thread identifier.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2026-01-21 10:34:27 +08:00
..
CMakeLists.txt sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
Make.defs sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
task_initinfo.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
task_uninitinfo.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
tls.h sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
tls_dupinfo.c sched/tls: fix thread ID initialization in tls_dup_info 2026-01-21 10:34:27 +08:00
tls_initinfo.c sched/tls: fix uninitialized argv pointer in task info 2026-01-15 16:10:11 -03:00