nuttx/libs/libc/pthread
Xiang Xiao f1ed349dd9 sched/clock: Remove CLOCK_MONOTONIC option from Kconfig
here is the reason:
1.clock_systime_timespec(core function) always exist regardless the setting
2.CLOCK_MONOTONIC is a foundamental clock type required by many places

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-02-23 01:21:26 +08:00
..
Kconfig Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2021-08-06 13:58:26 +02:00
Make.defs pthread: Add len argument to pthread_getname_np 2022-02-07 08:19:17 +01:00
pthread_atfork.c libc/pthread: Implement pthread_atfork 2021-11-22 15:11:48 -03: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 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 libc/pthread:pthread_barrierinit sem use pri_none 2022-01-05 20:21:05 +08:00
pthread_barrierwait.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_cleanup.c pthread: Call cleanup callback while asyncrhonous cancel 2022-02-09 21:21:43 +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 sched/clock: Remove CLOCK_MONOTONIC option from Kconfig 2022-02-23 01:21:26 +08: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_create.c Revert "libc: Call pthread_exit in user-space by up_pthread_exit" 2022-02-09 21:21:43 +08:00
pthread_exit.c sched: Mark pthread as non-cancelable to avoid additional calls to pthread_exit() 2022-02-20 15:36:07 +01: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_getname_np.c pthread: Add len argument to pthread_getname_np 2022-02-07 08:19:17 +01:00
pthread_getspecific.c Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
pthread_keycreate.c libc: Move pthread_key_destructor to task_info_s 2021-07-04 07:36:44 -05:00
pthread_keydelete.c Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
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 pthread: restore pthread mutex default protocol POSIX compatibility 2022-01-11 01:55:12 +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 pthread: restore pthread mutex default protocol POSIX compatibility 2022-01-11 01:55:12 +08:00
pthread_mutexattr_setprotocol.c pthread: restore pthread mutex default protocol POSIX compatibility 2022-01-11 01:55:12 +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 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_setname_np.c pthread: Add len argument to pthread_getname_np 2022-02-07 08:19:17 +01:00
pthread_setspecific.c Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
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