zyfeier opened a new pull request, #9566: URL: https://github.com/apache/nuttx/pull/9566
## Summary Fixed ltp_interfaces_pthread_attr_init_3_1 test issue: When performing asynchronous cancellation, if an exit operation is executed, a deadlock problem may occur when pthread_cancel and pthread_exit are executed simultaneously in SMP mode. Therefore, the task that needs to exit should execute the exit operation itself. ## Impact pthread_cancel ## Testing sabre-6quad:smp ostest pass bes board ltp_interfaces_pthread_attr_init_3_1 test pass -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
