You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/03/26 06:30:24 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #3182: Continue development of Userspace pthread callbacks.

xiaoxiang781216 edited a comment on pull request #3182:
URL: https://github.com/apache/incubator-nuttx/pull/3182#issuecomment-807956083


   > From PR #3170
   > 
   > I am beginning to think that the best way to implement per-process globals might be the same way that we already implement other per-process, application data like file descriptor, streams, etc. Allocate then with umm_malloc(), but retain them in the group structure with the system call to access them.
   
   Yes, it's another approach, but why not move all pure userspace stuff to the main stack? So we don't have to put some FILE function inside the kernel space.
   


-- 
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:
users@infra.apache.org