Searched refs:sc_mask (Results 1 – 8 of 8) 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()
69 unsigned long int sc_mask; /* signal mask to restore after handler returns */ member
16 SC_MASK offsetof (mcontext_t, sc_mask)
15 SC_MASK offsetof (mcontext_t, sc_mask)
38 __sigset_t sc_mask; /* Blocked signals to restore. */ member
62 long int __ctx(sc_mask);
Completed in 8 milliseconds