Home | History | Annotate | Download | only in src

Lines Matching refs:oset

72 	sigset_t nset, oset;
76 (void) sigprocmask(SIG_BLOCK, &nset, &oset);
105 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
117 sigset_t *nset, oset;
128 (void) sigprocmask(SIG_BLOCK, nset, &oset);
136 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
161 sigset_t oset;
168 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset);
177 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
188 sigset_t oset;
190 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset);
199 (void)sigprocmask(SIG_SETMASK, &oset, NULL);