Lines Matching refs:set0
63 sigset_t set0, set1;
65 (void) sigemptyset(&set0);
66 (void) sigaddset(&set0, SIGTERM);
69 (void) sigprocmask(SIG_SETMASK, &set0, &set1);
70 (void) sigprocmask(SIG_SETMASK, &set1, &set0);
71 (void) sigprocmask(SIG_SETMASK, &set0, &set1);
72 (void) sigprocmask(SIG_SETMASK, &set1, &set0);
73 (void) sigprocmask(SIG_SETMASK, &set0, &set1);
74 (void) sigprocmask(SIG_SETMASK, &set1, &set0);
75 (void) sigprocmask(SIG_SETMASK, &set0, &set1);
76 (void) sigprocmask(SIG_SETMASK, &set1, &set0);
77 (void) sigprocmask(SIG_SETMASK, &set0, &set1);
78 (void) sigprocmask(SIG_SETMASK, &set1, &set0);