patacongo opened a new pull request #1264: URL: https://github.com/apache/incubator-nuttx/pull/1264
## Summary Prohibit use of pthread_cleanup API's by kernel threads. The pthread pthread_cleanup functions MUST run in user mode, making them unusable for kernel threads. See also Issue #1263 ## Impact There should be none. This just adds the protection. No one, under any condition, should be using pthread APIs within the OS anyway. ## Testing Verified on sim:nsh ---------------------------------------------------------------- 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: us...@infra.apache.org