Searched refs:SIG_UNBLOCK (Results 1 – 5 of 5) sorted by relevance
8 #ifndef SIG_UNBLOCK9 #define SIG_UNBLOCK 1 /* for unblocking signals */ macro
84 #define SIG_UNBLOCK 2 /* Unblock signals. */ macro
100 #define SIG_UNBLOCK 2 /* for unblocking signals */ macro
123 #define SIG_UNBLOCK 2 /* set of signals to, well, unblock */ macro
2491 if (sigprocmask(SIG_UNBLOCK, &sa.sa_mask, NULL) == -1) in Timer_Thread()