nuttx/libs/libc/pthread
Gustavo Henrique Nihei 0109bcad8c libs/libc: Update pthread_once according to the specification
OpenGroup specification was updated regarding the return value for
pthread_once, which after Issue 7 states that "the [EINVAL] error for an
uninitialized pthread_once_t object is removed; this condition results
in undefined behavior".
2021-03-31 21:11:22 -05:00
..
Kconfig
Make.defs sched/pthread: Implement pthread_attr_[get|set]detachstate 2020-08-20 10:46:14 +01:00
pthread_attr_destroy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_getaffinity.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_attr_getdetachstate.c sched/pthread: Implement pthread_attr_[get|set]detachstate 2020-08-20 10:46:14 +01:00
pthread_attr_getinheritsched.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_getschedparam.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_getschedpolicy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_getstack.c Fix nxstyle warning 2020-08-22 17:37:21 -06:00
pthread_attr_getstacksize.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_init.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_setaffinity.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_attr_setdetachstate.c sched/pthread: Implement pthread_attr_[get|set]detachstate 2020-08-20 10:46:14 +01:00
pthread_attr_setinheritsched.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_setschedparam.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_setschedpolicy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_attr_setstack.c Fix nxstyle warning 2020-08-22 17:37:21 -06:00
pthread_attr_setstacksize.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_barrierattr_destroy.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_barrierattr_getpshared.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_barrierattr_init.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_barrierattr_setpshared.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_barrierdestroy.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
pthread_barrierinit.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
pthread_barrierwait.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_condattr_destroy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_condattr_getclock.c libc/pthread: Implement pthread_condattr_[g|s]etclock 2020-08-17 19:17:08 +01:00
pthread_condattr_init.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_condattr_setclock.c libc/pthread: Implement pthread_condattr_[g|s]etclock 2020-08-17 19:17:08 +01:00
pthread_conddestroy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_condinit.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_condtimedwait.c libc/pthread: Implement pthread_condattr_[g|s]etclock 2020-08-17 19:17:08 +01:00
pthread_get_stackaddr_np.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
pthread_get_stacksize_np.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
pthread_getspecific.c
pthread_keycreate.c
pthread_keydelete.c
pthread_mutex_lock.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_mutexattr_destroy.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_mutexattr_getprotocol.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_mutexattr_getpshared.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_mutexattr_getrobust.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_mutexattr_gettype.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_mutexattr_init.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_mutexattr_setprotocol.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_mutexattr_setpshared.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_mutexattr_setrobust.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_mutexattr_settype.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_once.c libs/libc: Update pthread_once according to the specification 2021-03-31 21:11:22 -05:00
pthread_rwlock_rdlock.c
pthread_rwlock_wrlock.c
pthread_rwlock.c
pthread_setcancelstate.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_setcanceltype.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_setspecific.c
pthread_spinlock.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_startup.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_testcancel.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_yield.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00