wait.h
Overview
Related Modules:
Description:
Provides process- and thread-related structures and functions (for example, waiting for child processes to end and reclaiming resources).
Since:
1.0
Version:
1.0
Summary
Functions
wait (int status) |
Waits for any child process to end and reclaims its resources. |
waitpid (pid_t pid, int status, int options) |
Waits for a specified child process to end and reclaims its resources. |