Re: [PR] Fix signal delivered to a wrong thread [nuttx]

2025-05-07 Thread via GitHub
jlaitine commented on PR #16334: URL: https://github.com/apache/nuttx/pull/16334#issuecomment-2857830517 Pushing again for spell checker complaints -- 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 g

[PR] Fix signal delivered to a wrong thread [nuttx]

2025-05-07 Thread via GitHub
jlaitine opened a new pull request, #16334: URL: https://github.com/apache/nuttx/pull/16334 ## Summary When using pthread_kill, the signal should be delivered to the specified thread. Current implementation, however, may add the signal to the groups pending list, if the signal is mas