xiaoxiang781216 commented on PR #9632:
URL: https://github.com/apache/nuttx/pull/9632#issuecomment-1611007234

   pthread_exit is different from exit:
   
   1. Any thread call exit will terminate the whole process
   2. pthread_exit just terminate the calling thread, but the program will 
terminate too if this is the last thread in the calling process


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

Reply via email to