nuttx/libs/libc/semaphore
hujun5 217e685beb pthread: move pthread_cond to userspace
Move pthread condition variable implementation from kernel (sched/pthread)
to userspace library (libs/libc/pthread). This allows userspace to handle
condition variable operations directly, reducing syscall overhead and
improving performance for pthread applications.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2026-01-26 16:26:39 +08:00
..
CMakeLists.txt sched/semaphore: add support to customize semaphore max allowed value 2025-09-04 09:48:34 +08:00
Make.defs sched/semaphore: add support to customize semaphore max allowed value 2025-09-04 09:48:34 +08:00
sem_clockwait.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_close.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_destroy.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_getprioceiling.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_getprotocol.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_getvalue.c Integrate nxmutex support fully into nxsem 2025-05-08 16:00:05 +08:00
sem_init.c sched/semaphore: add support to customize semaphore max allowed value 2025-09-04 09:48:34 +08:00
sem_open.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_post.c libc/semaphore: Go the fast path even arch doesn't support atomic 2025-07-08 09:47:44 -03:00
sem_setmaxvalue.c sched/semaphore: add support to customize semaphore max allowed value 2025-09-04 09:48:34 +08:00
sem_setprioceiling.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_setprotocol.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_timedwait.c libc/semaphore: remove unused hander file 2024-12-30 12:02:34 +08:00
sem_trywait.c libc/semaphore: Go the fast path even arch doesn't support atomic 2025-07-08 09:47:44 -03:00
sem_unlink.c libs/libc: migrate to SPDX identifier 2024-10-01 12:25:52 +08:00
sem_wait.c pthread: move pthread_cond to userspace 2026-01-26 16:26:39 +08:00