mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 15:30:25 +08:00
217e685beb
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>