mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
2714f1b605
reason: Since pthread_cond_broadcast is already protected by a mutex, even if sem_post causes a context switch, it will not affect the count of wait_count. Signed-off-by: hujun5 <hujun5@xiaomi.com>