Home
last modified time | relevance | path

Searched refs:p_sigqhdr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dsigqueue.c135 if ((sqh = p->p_sigqhdr) == NULL) { in sigqueue()
146 if (p->p_sigqhdr == NULL) { in sigqueue()
148 p->p_sigqhdr = sqh; in sigqueue()
152 sqh = p->p_sigqhdr; in sigqueue()
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c1863 sqp = sigqalloc(myprocp->p_sigqhdr); in sigsendproc()
2507 if (p->p_sigqhdr != NULL) { /* sigqueue pool */ in sigqfree()
2508 sigqhdrfree(p->p_sigqhdr); in sigqfree()
2509 p->p_sigqhdr = NULL; in sigqfree()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h206 struct sigqhdr *p_sigqhdr; /* hdr to sigqueue structure pool */ member