nuttx/sched/pthread
zhangyu117 34d854ea11 nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr
Signed-off-by: zhangyu117 <zhangyu117@xiaomi.com>
2026-04-21 01:35:40 +08:00
..
CMakeLists.txt pthread: move pthread_cond to userspace 2026-04-21 01:24:18 +08:00
Make.defs pthread: move pthread_cond to userspace 2026-04-21 01:24:18 +08:00
pthread.h Avoid nuttx/sched.h include tls.h and mm.h 2026-04-21 01:28:45 +08:00
pthread_cancel.c tcb: change tcb->flags to atomic 2026-04-21 01:20:52 +08:00
pthread_completejoin.c nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr 2026-04-21 01:35:40 +08:00
pthread_create.c nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr 2026-04-21 01:35:40 +08:00
pthread_detach.c nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr 2026-04-21 01:35:40 +08:00
pthread_exit.c nuttx/atomic: replace atomic_fetch_xxx with atomic_xxx just like zephyr 2026-04-21 01:35:40 +08:00
pthread_findjoininfo.c mutex: add mutex_type.h 2026-04-21 01:31:31 +08:00
pthread_getaffinity.c sched: Remove the cast from pthread_t to pid_t 2026-04-21 01:20:25 +08:00
pthread_getschedparam.c sched: Remove the cast from pthread_t to pid_t 2026-04-21 01:20:25 +08:00
pthread_join.c (sched/pthread): fix circular deadlock handling in pthread_join 2026-04-21 01:34:46 +08:00
pthread_release.c group: use tg_mutex to replace tg_joinlock 2026-04-21 01:19:38 +08:00
pthread_setaffinity.c sched: Remove the cast from pthread_t to pid_t 2026-04-21 01:20:25 +08:00
pthread_setschedparam.c sched: Remove the cast from pthread_t to pid_t 2026-04-21 01:20:25 +08:00
pthread_setschedprio.c sched: Remove the cast from pthread_t to pid_t 2026-04-21 01:20:25 +08:00
pthread_sigmask.c sched: migrate to SPDX identifier 2026-04-21 00:59:40 +08:00