xiaoxiang781216 commented on pull request #3170:
URL: https://github.com/apache/incubator-nuttx/pull/3170#issuecomment-806541335


   I totally agree @codebje 's comment. It's important to implement the per 
task storage to hold the global variable in libc. Yes, nobody really care 
about: different threads may get a new copy of state. But many other functions 
really care about the per task(not per thread) semantics.
   
   We need provide:
   
   1. the per task storage in the main thread stack
   2. internal API to access this storage
   3. Utilize the new storage in related function


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

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


Reply via email to