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

/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h248 int p_siglist; /* signals captured back from threads */ member in struct:proc
564 int p_siglist; /* DEPRECATED */ member in struct:user32_extern_proc
616 int p_siglist; /* DEPRECATED */ member in struct:user64_extern_proc
H A Dproc.h130 int p_siglist; /* DEPRECATED. */ member in struct:extern_proc
/macosx-10.10/adv_cmds-158/ps/
H A Dkeyword.c162 {"sig", "PENDING", NULL, 0, pvar, NULL, 8, POFF(p_siglist), INT, "x"},
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_sig.c461 p->p_siglist &= ~bit;
681 * by this point in exec and the p_siglist is
684 ut->uu_siglist |= p->p_siglist;
685 p->p_siglist = 0;
2380 * Put the new signal into p_siglist. If the
H A Dkern_fork.c1609 p->p_siglist |= (uth->uu_siglist & execmask & (~p->p_sigignore | sigcantmask));

Completed in 184 milliseconds