nuttx/boards/arm/tiva
Gregory Nutt 9ce03b1660 Move pthread-specific data into TLS
1. Move pthread-specific data files from sched/pthread/ to libs/libc/pthread.
2. Remove pthread-specific data functions from syscalls.
3. Implement tls_alloc() and tls_free() with system calls.
4. Reimplement pthread_key_create() and pthread_key_free() using tls_alloc() and tls_free().
5. Reimplement pthread_set_specific() and pthread_get_specicif() using tls_set_value() and tls_get_value()
2020-05-08 18:05:04 +01:00
..
dk-tm4c129x arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
drivers Merged in alinjerpelea/nuttx (pull request #1014) 2019-08-21 13:39:29 +00:00
eagle100 Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
ekk-lm3s9b96 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
launchxl-cc1310 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
launchxl-cc1312r1 arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
lm3s6432-s2e arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
lm3s6965-ek arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
lm3s8962-ek arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
lm4f120-launchpad arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tm4c123g-launchpad arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00
tm4c1294-launchpad arch/arm: Rename all up_*.h files to arm_*.h 2020-05-01 03:43:44 +01:00