调用_exit或_Exit方法,在ISO C里,_Exit结束进程时并不执行exit handlers或signal handlers. 而在UNIX系统里,_Exit和_exit是同步的,并不会flush standard I/O stream.
Executing a return from the start routine of the last thread in the process. The
return value of the thread is not used as the return value of the process,
however. When the last thread returns from its start routine, the process exits
with a termination status of 0.
进程中的线程里执行return