You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "acassis (via GitHub)" <gi...@apache.org> on 2023/01/24 14:49:13 UTC

[GitHub] [nuttx] acassis commented on pull request #8224: sched: Implement tkill/tgkill

acassis commented on PR #8224:
URL: https://github.com/apache/nuttx/pull/8224#issuecomment-1402070511

   @xiaoxiang781216 why to remove pthread_kill() after adding tgkill()? Isn't it make our pthread incompatible with other POSIX OSes? Also take a look at PX5 RTOS: https://www.youtube.com/watch?v=6WO-Z32hKeE his justification to not using existent RTOS is because they are not pthread compatible with Linux. I think he doesn't know NuttX because our pthread is compatible with Linux.


-- 
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