nuttx/libs/libc/pthread
Xiang Xiao a2d924eea4 syscall: Fix typo error in cvs and header file
and reoder the entry in cvs file

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-05-07 10:31:05 -06:00
..
Kconfig
Make.defs sched/sched: Add sched_get_stackinfo() 2020-05-03 23:33:44 +01:00
pthread_attr_destroy.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
pthread_attr_getaffinity.c
pthread_attr_getinheritsched.c
pthread_attr_getschedparam.c
pthread_attr_getschedpolicy.c syscall: Fix typo error in cvs and header file 2020-05-07 10:31:05 -06:00
pthread_attr_getstack.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
pthread_attr_getstacksize.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
pthread_attr_init.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
pthread_attr_setaffinity.c
pthread_attr_setinheritsched.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
pthread_attr_setschedparam.c
pthread_attr_setschedpolicy.c
pthread_attr_setstack.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
pthread_attr_setstacksize.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
pthread_barrierattr_destroy.c
pthread_barrierattr_getpshared.c
pthread_barrierattr_init.c
pthread_barrierattr_setpshared.c
pthread_barrierdestroy.c
pthread_barrierinit.c
pthread_barrierwait.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
pthread_condattr_destroy.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
pthread_condattr_init.c
pthread_conddestroy.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
pthread_condinit.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
pthread_get_stackaddr_np.c sched/sched: Add sched_get_stackinfo() 2020-05-03 23:33:44 +01:00
pthread_get_stacksize_np.c sched/sched: Add sched_get_stackinfo() 2020-05-03 23:33:44 +01:00
pthread_mutex_lock.c
pthread_mutexattr_destroy.c
pthread_mutexattr_getprotocol.c
pthread_mutexattr_getpshared.c
pthread_mutexattr_getrobust.c
pthread_mutexattr_gettype.c syscall: Fix typo error in cvs and header file 2020-05-07 10:31:05 -06:00
pthread_mutexattr_init.c
pthread_mutexattr_setprotocol.c
pthread_mutexattr_setpshared.c
pthread_mutexattr_setrobust.c
pthread_mutexattr_settype.c syscall: Fix typo error in cvs and header file 2020-05-07 10:31:05 -06:00
pthread_once.c
pthread_rwlock_rdlock.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
pthread_rwlock_wrlock.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
pthread_rwlock.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
pthread_setcancelstate.c
pthread_setcanceltype.c
pthread_spinlock.c Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
pthread_startup.c Refine __KERNEL__ and CONFIG_BUILD_xxx usage in the code base 2020-05-01 10:43:47 -03:00
pthread_testcancel.c
pthread_yield.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00