Searched refs:sc_mask (Results 1 – 13 of 13) sorted by relevance
72 unsigned long int __ctx(sc_mask);102 #define uc_sigmask _u._mc.__ctx(sc_mask)
64 if (scp == NULL || (scp->sc_mask & _SIG_CANT_MASK)) in __sigreturn()79 ss->blocked = scp->sc_mask; in __sigreturn()
65 uc->uc_sigmask = sc->sc_mask; in fill_ucontext()
30 __sigset_t sc_mask; member
69 unsigned long int sc_mask; /* signal mask to restore after handler returns */ member
16 SC_MASK offsetof (mcontext_t, sc_mask)
38 __sigset_t sc_mask; /* Blocked signals to restore. */ member
15 SC_MASK offsetof (mcontext_t, sc_mask)
62 long int __ctx(sc_mask);
115 scp->sc_mask = ss->blocked; in _hurdsig_longjmp_from_handler()
1130 scp->sc_mask = ss->blocked; in weak_alias()
322 instead of `sigset_t' for `sc_mask'.1294 After restoring SCP->sc_mask, check for pending signals (newly1300 const. After restoring SCP->sc_mask, check for pending signals
6202 typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.