Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dproc.h793 extern void sigdeq(proc_t *, kthread_t *, int, sigqueue_t **);
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1545 sigdeq(p, pcp->prc_thread, sig, &infop); in pr_unkill()
1547 sigdeq(p, NULL, sig, &infop); in pr_unkill()
/titanic_44/usr/src/uts/common/os/
H A Dsig.c759 sigdeq(p, toproc ? NULL : t, sig, &lwp->lwp_curinfo); in issig_forreal()
1902 sigdeq(proc_t *p, kthread_t *t, int sig, sigqueue_t **qpp) in sigdeq() function