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

   *Note: Please adhere to [Contributing 
Guidelines](https://github.com/apache/nuttx/blob/master/CONTRIBUTING.md).*
   
   ## Summary
   
   Avoid spinlock/mutex by using atomic
   
   Use atomic_cmpxchg to ensure that in multithreaded situations, if someone 
releases the buffer, it can be applied for in time. And use atomic_ulong to 
save free_bitmap
   
   includes 
   https://github.com/apache/nuttx/pull/15104
   
   ## Impact
   
   RELEASE
   
   ## Testing
   
   CI
   


-- 
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