MentOS
0.8.0
The Mentoring Operating System
|
Structure used to mask and unmask signals. More...
Public Attributes | |
unsigned long | sig [2] |
Signals divided into two cathegories. | |
Structure used to mask and unmask signals.
Each unsigned long consists of 32 bits, thus, the maximum number of signals that may be declared is 64. Signals are divided into two cathegories, identified by the two unsigned longs: [ 1, 31] corresponds to normal signals; [32, 64] corresponds to real-time signals.