hujun260 opened a new pull request, #14814:
URL: https://github.com/apache/nuttx/pull/14814

   ## Summary
   remove sched_lock in pthread_cond_broadcast
   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.
   ## Impact
   pthread cond_wait
   
   ## Testing
   ci ostest
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to