Modules§
- signal
- Operating system signals.
Structs§
- Pid
- Process identifier
Enums§
- Fork
Result - Represents the successful result of calling
fork
- Signal
- Types of operating system signals
- Wait
Status - Possible return values from
wait()
orwaitpid()
.
Functions§
- fork⚠
- Create a new child process duplicating the parent process (see fork(2)).
- getpid
- Get the pid of this process (see getpid(2)).
- waitpid
- Wait for a process to change status