Lines Matching defs:set
31 * calling process's set of blocked/unblocked signals.
94 sigset_t set; /* signal set to hold signal lists */
115 TEST(sigprocmask(SIG_BLOCK, &set, 0));
151 * is the member of signal set.
168 &set, 0) == -1) {
183 /* set sig_catch back to 0 */
198 * Initialise signal set with the list that includes/excludes
215 if (sigemptyset(&set) == -1) {
235 * Add specified signal (SIGINT) to the signal set
238 if (sigaddset(&set, SIGINT) == -1) {