Class SEMAPHORE
Class precedence list:
Implementation-defined.
Description:
This class represents semaphores.
See also:
Notes:
On some implementations the library exposes the native type directly, while on others there is a custom implementations using condition variables and locks.