Searched refs:p_sigmask (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h318 sigset_t p_sigmask; /* DEPRECATED */ member in struct:proc
567 sigset_t p_sigmask; /* DEPRECATED. */ member in struct:user32_extern_proc
619 sigset_t p_sigmask; /* DEPRECATED. */ member in struct:user64_extern_proc
H A Dproc.h133 sigset_t p_sigmask; /* DEPRECATED. */ member in struct:extern_proc
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c485 p->p_sigmask &= ~bit;
493 p->p_sigmask &= ~bit;
515 p->p_sigmask |= bit;
523 p->p_sigmask |= bit;
545 p->p_sigmask = bit;
553 p->p_sigmask = bit;
689 * through p_sigmask (unless they were caught,
3097 msleep(&p->p_sigmask, &p->p_mlock, 0, "proc_signstart", NULL);
3114 wakeup(&p->p_sigmask);
H A Dkern_exit.c516 msleep(&p->p_sigmask, &p->p_mlock, PWAIT, "proc_sigdrain", NULL);
/macosx-10.10/adv_cmds-158/ps/
H A Dkeyword.c170 NULL, 0, pvar, NULL, 8, POFF(p_sigmask), UINT, "x"},

Completed in 127 milliseconds