no1wudi opened a new pull request #4615: URL: https://github.com/apache/incubator-nuttx/pull/4615
## Summary I find that the `kill` doesn't works with pthread cancellation for some workload (without any cancelable syscall) like ``` for(;;) { } ``` This patch execute exit routine directly if no nested cancellation point called. ## Impact Should be none ## Testing Tested with custom apps and ostest -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org