The process creation and execution manager is ...
The directives provided by the process creation and execution manager are:
fork
- Create a Process
execl
- Execute a File
execv
- Execute a File
execle
- Execute a File
execve
- Execute a File
execlp
- Execute a File
execvp
- Execute a File
pthread_atfork
- Register Fork Handlers
wait
- Wait for Process Termination
waitpid
- Wait for Process Termination
_exit
- Terminate a Process
Copyright © 1988-2000 OAR Corporation