nuttx/libs/libc/tls
YAMAMOTO Takashi b3e8535ad6 Revert "tls: Move pthread key destructor to libc"
This reverts commit cc514d7791.

* It introduced a regression.
  https://github.com/apache/incubator-nuttx/issues/3868

* It seems conceptually wrong to have per-process data in
  the main thread's stack.
2021-06-09 07:59:44 -05:00
..
Kconfig Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
Make.defs Revert "tls: Move pthread key destructor to libc" 2021-06-09 07:59:44 -05:00
task_getinfo.c sched: Don't include nuttx/sched.h inside sched.h 2021-05-24 12:11:53 +09:00
tls_destruct.c pthread: Implement destructor of pthread_key_create 2021-05-21 22:46:52 -06:00
tls_getinfo.c Correct a comment 2021-04-11 12:32:41 -05:00
tls_getvalue.c Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
tls_setvalue.c Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00