| United States-English |
|
|
|
![]() |
MPE/iX Developer's Kit Reference Manual Volume I: HP 3000 MPE/iX Computer Systems > Chapter 4
POSIX/iX Library Function Descriptions
_exit |
|
Terminates a process.
The _exit() function terminates the calling process. The following actions are performed:
All child processes of the calling process are terminated. They are not adopted by a system process. The CI session variable CJCW is set to status. Time accounting information of the calling process is not made available to the parent process through the wait() or waitpid() functions. A zero is always returned. No user process can be a controlling process. Only system processes (CI processes) are allowed to be controlling processes. The controlling terminal is not disassociated from the session of the calling process. |
|||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||