nuttx/libs/libc/tls
Xiang Xiao 2335b69120 arch: Allocate the space from the beginning in up_stack_frame
arch: Allocate the space from the beginning in up_stack_frame

and modify the affected portion:
1.Correct the stack dump and check
2.Allocate tls_info_s by up_stack_frame too
3.Move the stack fork allocation from arch to sched

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2021-04-16 12:41:41 +09:00
..
Kconfig
Make.defs arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
task_getinfo.c arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
tls_getinfo.c Correct a comment 2021-04-11 12:32:41 -05:00
tls_getvalue.c
tls_setvalue.c