Module sys

Source

Modules§

signal
Operating system signals.

Structs§

Pid
Process identifier

Enums§

ForkResult
Represents the successful result of calling fork
Signal
Types of operating system signals
WaitStatus
Possible return values from wait() or waitpid().

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