nuttx/libs/libc/pthread
ligd ff1b54bff3 pthread_cleanup: move clenup down to tls
Signed-off-by: ligd <liguiding1@xiaomi.com>
2024-09-14 20:15:12 +08:00
..
CMakeLists.txt pthread_cleanup: move clenup down to tls 2024-09-14 20:15:12 +08:00
Kconfig boardcrtl: change BOARDCTL_TESTSET to BOARDIOC_SPINLOCK 2024-09-06 16:10:09 +08:00
Make.defs pthread_cleanup: move clenup down to tls 2024-09-14 20:15:12 +08:00
pthread_atfork.c pthread_atfork: fix the incorrect description in comments 2023-07-26 04:51:13 -07:00
pthread_attr_destroy.c libs: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
pthread_attr_getaffinity.c libs/libc/pthread: fix function name in comments 2023-04-07 12:28:45 -03: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: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
pthread_attr_getschedparam.c libs: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
pthread_attr_getschedpolicy.c libs: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
pthread_attr_getscope.c libc/pthread: add pthread_attr_set/getscope 2023-07-28 20:55:22 -07:00
pthread_attr_getstack.c libc/pthread: Implement pthread_attr_[set|get]stackaddr 2023-01-24 13:53:02 -03:00
pthread_attr_getstackaddr.c libc/pthread: Implement pthread_attr_[set|get]stackaddr 2023-01-24 13:53:02 -03:00
pthread_attr_getstacksize.c libc/pthread: Implement pthread_attr_[set|get]stackaddr 2023-01-24 13:53:02 -03:00
pthread_attr_init.c libs: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
pthread_attr_setaffinity.c libs/libc/pthread: fix function name in comments 2023-04-07 12:28:45 -03: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: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
pthread_attr_setschedpolicy.c sched: Map SCHED_OTHER to SCHED_FIFO or SCHED_RR 2023-01-30 03:01:03 +02:00
pthread_attr_setscope.c libc/pthread: add pthread_attr_set/getscope 2023-07-28 20:55:22 -07:00
pthread_attr_setstack.c libc/pthread: Implement pthread_attr_[set|get]stackaddr 2023-01-24 13:53:02 -03:00
pthread_attr_setstackaddr.c libc/pthread: Implement pthread_attr_[set|get]stackaddr 2023-01-24 13:53:02 -03:00
pthread_attr_setstacksize.c libc/pthread: Implement pthread_attr_[set|get]stackaddr 2023-01-24 13:53:02 -03:00
pthread_barrierattr_destroy.c libs/libc/pthread: Fix nxstyle errors 2023-05-10 13:04:35 +02:00
pthread_barrierattr_getpshared.c libs/libc/pthread: Fix nxstyle errors 2023-05-10 13:04:35 +02:00
pthread_barrierattr_init.c libs/libc/pthread: Fix nxstyle errors 2023-05-10 13:04:35 +02:00
pthread_barrierattr_setpshared.c libs/libc/pthread: Fix nxstyle errors 2023-05-10 13:04:35 +02:00
pthread_barrierdestroy.c pthread_barrier:don't destory when barrier used 2022-11-11 08:56:48 +08:00
pthread_barrierinit.c arch: remove unnecessary sem_setprotocol code 2023-03-17 16:53:19 -03:00
pthread_cleanup.c pthread_cleanup: move clenup down to tls 2024-09-14 20:15:12 +08:00
pthread_condattr_destroy.c libs: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
pthread_condattr_getclock.c libc/pthread: Implement pthread_condattr_[g|s]etclock 2020-08-17 19:17:08 +01:00
pthread_condattr_getpshared.c libs/libc/pthread: Fix nxstyle errors 2023-05-12 18:00:15 +03:00
pthread_condattr_init.c libs: fix the default value of process-shared attribute 2024-08-18 19:44:56 +08:00
pthread_condattr_setclock.c sched/clock: Remove CLOCK_MONOTONIC option from Kconfig 2022-02-23 01:21:26 +08:00
pthread_condattr_setpshared.c libs/libc/pthread: Fix nxstyle errors 2023-05-12 18:00:15 +03:00
pthread_conddestroy.c libs: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
pthread_condinit.c arch: remove unnecessary sem_setprotocol code 2023-03-17 16:53:19 -03: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 pthread_cleanup: move clenup down to tls 2024-09-14 20:15:12 +08: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_getcpuclockid.c libs/libc/pthread: add the implementation of pthread_getcpuclockid 2023-07-10 13:40:49 +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 tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
pthread_gettid_np.c pthread: add pthread_self/pthread_gettid_np function 2024-06-26 17:40:55 +08:00
pthread_keycreate.c tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
pthread_keydelete.c tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
pthread_kill.c sched: Implement tkill/tgkill 2023-01-26 08:11:56 +02:00
pthread_mutex_getprioceiling.c pthread/realtime: export interfaces about pthread ceiling priority 2024-09-10 01:26:31 +08:00
pthread_mutex_lock.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_mutex_setprioceiling.c pthread/realtime: export interfaces about pthread ceiling priority 2024-09-10 01:26:31 +08:00
pthread_mutexattr_destroy.c libs: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
pthread_mutexattr_getprioceiling.c pthread/realtime: export interfaces about pthread ceiling priority 2024-09-10 01:26:31 +08:00
pthread_mutexattr_getprotocol.c pthread/realtime: export interfaces about pthread ceiling priority 2024-09-10 01:26:31 +08:00
pthread_mutexattr_getpshared.c libs: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03: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/realtime: export interfaces about pthread ceiling priority 2024-09-10 01:26:31 +08:00
pthread_mutexattr_setprioceiling.c pthread/realtime: export interfaces about pthread ceiling priority 2024-09-10 01:26:31 +08:00
pthread_mutexattr_setprotocol.c pthread/realtime: export interfaces about pthread ceiling priority 2024-09-10 01:26:31 +08:00
pthread_mutexattr_setpshared.c libs: Remove "0x" prefix preceding "%p" specifier on format string 2022-06-30 22:08:58 +03:00
pthread_mutexattr_setrobust.c pthread_mutexinit: fix deadcode in pthread_mutexinit 2022-05-16 10:20:52 +03:00
pthread_mutexattr_settype.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
pthread_once.c pthread_once: g_lock may lead deadlock 2023-09-26 10:13:00 +08:00
pthread_rwlock_rdlock.c pthread_cleanup: move clenup down to tls 2024-09-14 20:15:12 +08:00
pthread_rwlock_wrlock.c pthread_cleanup: move clenup down to tls 2024-09-14 20:15:12 +08:00
pthread_rwlock.c libc/pthread: remove unsed compare code in pthread_rwlock_init() 2023-07-11 13:29:37 +08:00
pthread_rwlockattr_destroy.c libs/libc/pthread: Fix nxstyle errors 2023-05-10 13:04:35 +02:00
pthread_rwlockattr_getpshared.c libs/libc/pthread: Fix nxstyle errors 2023-05-10 13:04:35 +02:00
pthread_rwlockattr_init.c libs/libc/pthread: Fix nxstyle errors 2023-05-10 13:04:35 +02:00
pthread_rwlockattr_setpshared.c libs/libc/pthread: Fix nxstyle errors 2023-05-10 13:04:35 +02:00
pthread_self.c pthread: add pthread_self/pthread_gettid_np function 2024-06-26 17:40:55 +08:00
pthread_setcancelstate.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
pthread_setcanceltype.c libs/libc/pthread: correct description on pthread_setcanceltype 2023-09-16 14:17:47 +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 tls: Move task_tls_alloc and task_tls_destruct to libc 2023-08-28 11:02:18 +03:00
pthread_spinlock.c boardcrtl: change BOARDCTL_TESTSET to BOARDIOC_SPINLOCK 2024-09-06 16:10:09 +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