mirror of
https://github.com/apache/nuttx.git
synced 2026-08-06 13:08:59 +00:00
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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Make.defs | ||
| sem_clockwait.c | ||
| sem_close.c | ||
| sem_destroy.c | ||
| sem_getprioceiling.c | ||
| sem_getprotocol.c | ||
| sem_getvalue.c | ||
| sem_init.c | ||
| sem_open.c | ||
| sem_post.c | ||
| sem_setmaxvalue.c | ||
| sem_setprioceiling.c | ||
| sem_setprotocol.c | ||
| sem_timedwait.c | ||
| sem_trywait.c | ||
| sem_unlink.c | ||
| sem_wait.c | ||