xiaoxiang781216 commented on PR #8937: URL: https://github.com/apache/nuttx/pull/8937#issuecomment-1496480193
But, this change doesn't work for SMP, and the thread may suspend and switch to new thread even you hold critical section since the thread may block self or wake high priority thread inside sync function, the context switch happens immediately in both cases. -- 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]
