nuttx/sched
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
..
clock Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
environ Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
group Revert "tls: Move pthread key destructor to libc" 2021-06-09 07:59:44 -05:00
init Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
irq Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
module Don't include debug.h from public header file 2021-06-01 06:42:02 +09:00
mqueue Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
paging Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
pthread Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
sched Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
semaphore Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
signal Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
task Revert "tls: Move pthread key destructor to libc" 2021-06-09 07:59:44 -05:00
timer Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
wdog sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
wqueue Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
Kconfig smp: Remove CONFIG_SMP_IDLETHREAD_STACKSIZE 2021-04-19 21:46:39 -05:00
Makefile