patacongo commented on pull request #2518: URL: https://github.com/apache/incubator-nuttx/pull/2518#issuecomment-765112999
> > > what's the plan for pid_t taking APIs like kill and wait? Those are POSIX APIs and are required to use a process ID as would be returned by getpid(). gettid() is a non-standard Linux API that really should not be used in portable software. The standard, portable interfaces are getpid() and pthread_self(). ---------------------------------------------------------------- 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