MentOS  0.8.0
The Mentoring Operating System
Public Attributes | List of all members
sigset_t Struct Reference

Structure used to mask and unmask signals. More...

Public Attributes

unsigned long sig [2]
 Signals divided into two cathegories.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: