libc.csv: Add pthread_setname_np and pthread_getname_np

This commit is contained in:
YAMAMOTO Takashi
2022-02-16 15:09:14 +08:00
committed by Xiang Xiao
parent 5f67662c63
commit 1d89d9ae4b
+2
View File
@@ -173,6 +173,7 @@
"pthread_condattr_destroy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_condattr_t *"
"pthread_condattr_init","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_condattr_t *"
"pthread_create","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_t *","FAR const pthread_attr_t *","pthread_startroutine_t","pthread_addr_t"
"pthread_getname_np","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","pthread_t","char *","size_t"
"pthread_mutex_lock","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_mutex_t *"
"pthread_mutexattr_destroy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_mutexattr_t *"
"pthread_mutexattr_getpshared","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_mutexattr_t *","FAR int *"
@@ -181,6 +182,7 @@
"pthread_mutexattr_setpshared","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_mutexattr_t *","int "
"pthread_mutexattr_settype","pthread.h","!defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_PTHREAD_MUTEX_TYPES)","int","FAR pthread_mutexattr_t *","int"
"pthread_once","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_once_t*","CODE void (*)(void)"
"pthread_setname_np","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","pthread_t","const char *"
"pthread_yield","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","void"
"puts","stdio.h","defined(CONFIG_FILE_STREAM)","int","FAR const IPTR char *"
"qsort","stdlib.h","","void","FAR void *","size_t","size_t","int(*)(FAR const void *","FAR const void *)"
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
173 pthread_condattr_destroy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
174 pthread_condattr_init pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
175 pthread_create pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
176 pthread_getname_np pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
177 pthread_mutex_lock pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
178 pthread_mutexattr_destroy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
179 pthread_mutexattr_getpshared pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
182 pthread_mutexattr_setpshared pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
183 pthread_mutexattr_settype pthread.h !defined(CONFIG_DISABLE_PTHREAD) && defined(CONFIG_PTHREAD_MUTEX_TYPES) int
184 pthread_once pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
185 pthread_setname_np pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
186 pthread_yield pthread.h !defined(CONFIG_DISABLE_PTHREAD) void
187 puts stdio.h defined(CONFIG_FILE_STREAM) int
188 qsort stdlib.h void