nuttx/libs/libc/pthread
panran 2568cc1212 nuttx:Correct code comment errors
N/A

Signed-off-by: panran <panran@xiaomi.com>
Change-Id: I9c9fa0855ae7851b7268a7ace6b5a86d5562a6b1
2021-08-27 20:21:19 +02:00
..
Kconfig Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2021-08-06 13:58:26 +02:00
Make.defs libc: Move pthread_cleanup to user space 2021-05-21 22:46:52 -06: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
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
pthread_attr_setinheritsched.c nuttx:Correct code comment errors 2021-08-27 20:21:19 +02: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 libc/pthread_barrierattr_destory.c: Destroy shouldn't reinitialize the 2021-07-29 14:44:07 -03: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_cleanup.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07: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
pthread_condattr_init.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_condattr_setclock.c
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
pthread_create.c sched: Don't include nuttx/sched.h inside sched.h 2021-05-24 12:11:53 +09:00
pthread_exit.c Don't include assert.h from public header file 2021-06-03 08:36:03 -07:00
pthread_get_stackaddr_np.c arch: Allocate the space from the beginning in up_stack_frame 2021-04-16 12:41:41 +09: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 libc: Move pthread_key_destructor to task_info_s 2021-07-04 07:36:44 -05:00
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 pthread_mutexattr_setprotocol.c: Return EINVAL instead of ENOSYS. 2021-04-10 22:55:03 -05: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 libs: Mark Schulte: update licenses to Apache 2021-04-01 12:13:12 -05:00
pthread_rwlock_wrlock.c libs: Mark Schulte: update licenses to Apache 2021-04-01 12:13:12 -05:00
pthread_rwlock.c libs: Mark Schulte: update licenses to Apache 2021-04-01 12:13:12 -05:00
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 Don't include assert.h from public header file 2021-06-03 08:36:03 -07: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