libs/libc/libc.csv: Add pthread_cond_timedwait

This commit is contained in:
YAMAMOTO Takashi
2022-01-29 01:04:23 +08:00
committed by Xiang Xiao
parent 741a1d2149
commit 5ebfb70427
+1
View File
@@ -158,6 +158,7 @@
"pthread_barrierattr_setpshared","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_barrierattr_t *","int"
"pthread_cond_destroy","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_cond_t *"
"pthread_cond_init","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_cond_t *","FAR const pthread_condattr_t *"
"pthread_cond_timedwait","pthread.h","!defined(CONFIG_DISABLE_PTHREAD)","int","FAR pthread_cond_t *","FAR pthread_mutex_t *","FAR const struct timespec *"
"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"
1 __errno errno.h defined(CONFIG_BUILD_FLAT) FAR int *
158 pthread_barrierattr_setpshared pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
159 pthread_cond_destroy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
160 pthread_cond_init pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
161 pthread_cond_timedwait pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
162 pthread_condattr_destroy pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
163 pthread_condattr_init pthread.h !defined(CONFIG_DISABLE_PTHREAD) int
164 pthread_create pthread.h !defined(CONFIG_DISABLE_PTHREAD) int