<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>Because of different process model, RTEMS doesn't support processes. Therefore many POSIX functions (like fork, exec*) are unimplementable on RTEMS.<br></div>Now my question is how to monitor child thread status (if it is correct to use the term "child" in this context) just like what "waitpid" does? Does it make a difference if the thread has been created via classical API or POSIX?<br></div>More specifically, I'm interested to directives like WIFEXITED, WEXITSTATUS, WIFSIGNALED, etc.<br><br></div>Kind Regards,<br></div>SAeeD<br></div>