Go to the source code of this file.
◆ _SIG_BIT
      
        
          | #define _SIG_BIT | ( |  | sig | ) | (1 << (_SIG_IDX(sig) & 31)) | 
      
 
 
◆ _SIG_IDX
      
        
          | #define _SIG_IDX | ( |  | sig | ) | ((sig) - 1) | 
      
 
 
◆ _SIG_MAXSIG
◆ _SIG_VALID
      
        
          | #define _SIG_VALID | ( |  | sig | ) | ((sig) <= _SIG_MAXSIG && (sig) > 0) | 
      
 
 
◆ _SIG_WORD
      
        
          | #define _SIG_WORD | ( |  | sig | ) | (_SIG_IDX(sig) >> 5) | 
      
 
 
◆ _SIG_WORDS
◆ sa_handler
      
        
          | #define sa_handler   __sigaction_u.__sa_handler | 
      
 
 
◆ sa_sigaction
      
        
          | #define sa_sigaction   __sigaction_u.__sa_sigaction | 
      
 
 
◆ SIG_BLOCK
      
        
          | #define SIG_BLOCK   1       /* block specified signal set */ | 
      
 
 
◆ SIG_SETMASK
      
        
          | #define SIG_SETMASK   3       /* set specified signal set */ | 
      
 
 
◆ SIG_UNBLOCK
      
        
          | #define SIG_UNBLOCK   2       /* unblock specified signal set */ | 
      
 
 
◆ siginfo_t