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 2022/05/10 11:17:33 UTC

[GitHub] [incubator-nuttx] donghengqaz commented on pull request #6197: libc: Implement userland implementations of exit functions

donghengqaz commented on PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#issuecomment-1122256052

   @pussuw The origin implement of esp_thread_semphr_get is based on `pthread_key`, but the registered callback is only called when the task is created by `pthread_create`, if the task is created by API which is not `pthread_create`, the callback is not called, then it cause memory leak. So I have to call the task private data to do this, if there is new feature to implement this, we can modify the code.


-- 
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: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org