libc: Move pthread_key_destructor to task_info_s

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
Huang Qi
2021-06-29 16:01:02 +08:00
committed by Xiang Xiao
parent ece224a7e3
commit 50c08bf45b
13 changed files with 66 additions and 354 deletions
-5
View File
@@ -177,11 +177,6 @@
"timer_getoverrun","time.h","!defined(CONFIG_DISABLE_POSIX_TIMERS)","int","timer_t"
"timer_gettime","time.h","!defined(CONFIG_DISABLE_POSIX_TIMERS)","int","timer_t","FAR struct itimerspec *"
"timer_settime","time.h","!defined(CONFIG_DISABLE_POSIX_TIMERS)","int","timer_t","int","FAR const struct itimerspec *","FAR struct itimerspec *"
"tls_alloc","nuttx/tls.h","CONFIG_TLS_NELEM > 0","int"
"tls_free","nuttx/tls.h","CONFIG_TLS_NELEM > 0","int","int"
"tls_get_dtor","nuttx/tls.h","CONFIG_TLS_NELEM > 0","tls_dtor_t","int"
"tls_get_set","nuttx/tls.h","CONFIG_TLS_NELEM > 0","tls_ndxset_t"
"tls_set_dtor","nuttx/tls.h","CONFIG_TLS_NELEM > 0","int","int","tls_dtor_t"
"umount2","sys/mount.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","int","FAR const char *","unsigned int"
"unlink","unistd.h","!defined(CONFIG_DISABLE_MOUNTPOINT)","int","FAR const char *"
"unsetenv","stdlib.h","!defined(CONFIG_DISABLE_ENVIRON)","int","FAR const char *"
1 _exit unistd.h noreturn int
177 timer_getoverrun time.h !defined(CONFIG_DISABLE_POSIX_TIMERS) int timer_t
178 timer_gettime time.h !defined(CONFIG_DISABLE_POSIX_TIMERS) int timer_t
179 timer_settime time.h !defined(CONFIG_DISABLE_POSIX_TIMERS) int timer_t
tls_alloc nuttx/tls.h CONFIG_TLS_NELEM > 0 int
tls_free nuttx/tls.h CONFIG_TLS_NELEM > 0 int int
tls_get_dtor nuttx/tls.h CONFIG_TLS_NELEM > 0 tls_dtor_t int
tls_get_set nuttx/tls.h CONFIG_TLS_NELEM > 0 tls_ndxset_t
tls_set_dtor nuttx/tls.h CONFIG_TLS_NELEM > 0 int int
180 umount2 sys/mount.h !defined(CONFIG_DISABLE_MOUNTPOINT) int FAR const char *
181 unlink unistd.h !defined(CONFIG_DISABLE_MOUNTPOINT) int FAR const char *
182 unsetenv stdlib.h !defined(CONFIG_DISABLE_ENVIRON) int FAR const char *