nuttx/libs/libc/pthread
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 Squashed commit of the following: 2019-03-04 14:22:50 -06:00
Make.defs sched/pthread: Implement pthread_attr_[get|set]detachstate 2020-08-20 10:46:14 +01:00
pthread_attr_destroy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_getaffinity.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_attr_getdetachstate.c sched/pthread: Implement pthread_attr_[get|set]detachstate 2020-08-20 10:46:14 +01:00
pthread_attr_getinheritsched.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_getschedparam.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_getschedpolicy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_getstack.c Fix nxstyle warning 2020-08-22 17:37:21 -06:00
pthread_attr_getstacksize.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_init.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_setaffinity.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_attr_setdetachstate.c sched/pthread: Implement pthread_attr_[get|set]detachstate 2020-08-20 10:46:14 +01:00
pthread_attr_setinheritsched.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_setschedparam.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_setschedpolicy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_setstack.c Fix nxstyle warning 2020-08-22 17:37:21 -06:00
pthread_attr_setstacksize.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_barrierattr_destroy.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_barrierattr_getpshared.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_barrierattr_init.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_barrierattr_setpshared.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_barrierdestroy.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
pthread_barrierinit.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
pthread_barrierwait.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_condattr_destroy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_condattr_getclock.c libc/pthread: Implement pthread_condattr_[g|s]etclock 2020-08-17 19:17:08 +01:00
pthread_condattr_init.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_condattr_setclock.c libc/pthread: Implement pthread_condattr_[g|s]etclock 2020-08-17 19:17:08 +01:00
pthread_conddestroy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_condinit.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_condtimedwait.c libc/pthread: Implement pthread_condattr_[g|s]etclock 2020-08-17 19:17:08 +01:00
pthread_get_stackaddr_np.c arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09:00
pthread_get_stacksize_np.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
pthread_getspecific.c Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
pthread_keycreate.c Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
pthread_keydelete.c Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
pthread_mutex_lock.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_mutexattr_destroy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_mutexattr_getprotocol.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_mutexattr_getpshared.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_mutexattr_getrobust.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_mutexattr_gettype.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_mutexattr_init.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_mutexattr_setprotocol.c pthread_mutexattr_setprotocol.c: Return EINVAL instead of ENOSYS. 2021-04-10 22:55:03 -05:00
pthread_mutexattr_setpshared.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_mutexattr_setrobust.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_mutexattr_settype.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_once.c libs/libc: Update pthread_once according to the specification 2021-03-31 21:11:22 -05:00
pthread_rwlock_rdlock.c libs: Mark Schulte: update licenses to Apache 2021-04-01 12:13:12 -05:00
pthread_rwlock_wrlock.c libs: Mark Schulte: update licenses to Apache 2021-04-01 12:13:12 -05:00
pthread_rwlock.c libs: Mark Schulte: update licenses to Apache 2021-04-01 12:13:12 -05:00
pthread_setcancelstate.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_setcanceltype.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_setspecific.c Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
pthread_spinlock.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_startup.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_testcancel.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_yield.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00