Searched refs:sigdelq (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | sig.c | 243 sigdelq(p, NULL, SIGSTOP); in sigtoproc() 244 sigdelq(p, NULL, SIGTSTP); in sigtoproc() 245 sigdelq(p, NULL, SIGTTOU); in sigtoproc() 246 sigdelq(p, NULL, SIGTTIN); in sigtoproc() 252 sigdelq(p, tt, SIGSTOP); in sigtoproc() 253 sigdelq(p, tt, SIGTSTP); in sigtoproc() 254 sigdelq(p, tt, SIGTTOU); in sigtoproc() 255 sigdelq(p, tt, SIGTTIN); in sigtoproc() 281 sigdelq(p, NULL, SIGCONT); in sigtoproc() 286 sigdelq(p, tt, SIGCONT); in sigtoproc() [all …]
|
H A D | exit.c | 204 sigdelq(p, t, 0); in restart_init() 205 sigdelq(p, NULL, 0); in restart_init() 517 sigdelq(p, t, 0); in proc_exit() 1215 sigdelq(p, NULL, 0); in freeproc()
|
H A D | timers.c | 561 sigdelq(p, NULL, SIGPROF); in delete_itimer_realprof() 564 sigdelq(p, t, SIGPROF); in delete_itimer_realprof()
|
H A D | fork.c | 676 sigdelq(cp, NULL, 0); in fork_fail()
|
H A D | watchpoint.c | 753 sigdelq(p, curthread, SIGTRAP); in sys_watchpoint()
|
H A D | lwp.c | 1003 sigdelq(p, t, 0); in lwp_exit()
|
/titanic_44/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 1446 sigdelq(p, NULL, SIGSTOP); in pr_setsig() 1447 sigdelq(p, NULL, SIGTSTP); in pr_setsig() 1448 sigdelq(p, NULL, SIGTTOU); in pr_setsig() 1449 sigdelq(p, NULL, SIGTTIN); in pr_setsig() 1454 sigdelq(p, tx, SIGSTOP); in pr_setsig() 1455 sigdelq(p, tx, SIGTSTP); in pr_setsig() 1456 sigdelq(p, tx, SIGTTOU); in pr_setsig() 1457 sigdelq(p, tx, SIGTTIN); in pr_setsig() 1466 sigdelq(p, NULL, SIGCONT); in pr_setsig() 1471 sigdelq(p, tx, SIGCONT); in pr_setsig()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | proc.h | 794 extern void sigdelq(proc_t *, kthread_t *, int);
|