The process creation and execution manager provides the functionality associated with the creation and termination of processes.
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-2004 OAR Corporation