/titanic_50/usr/src/uts/common/syscall/ |
H A D | sigprocmask.c | 78 t->t_sig_check = 1; in lwp_sigmask() 85 t->t_sig_check = 1; in lwp_sigmask()
|
H A D | sigsuspend.c | 59 curthread->t_sig_check = 1; /* so post-syscall will re-evaluate */ in sigsuspend()
|
H A D | signotify.c | 268 t->t_sig_check = 1; in sigresend() 276 t->t_sig_check = 1; in sigresend()
|
H A D | lwp_create.c | 150 t->t_sig_check = 1; in syslwp_create()
|
H A D | sigtimedwait.c | 162 t->t_sig_check = 1; /* so post_syscall sees new t_hold mask */ in sigtimedwait()
|
/titanic_50/usr/src/uts/intel/ia32/os/ |
H A D | syscall.c | 598 if (t->t_astflag | t->t_sig_check) { in post_syscall() 615 t->t_sig_check = 0; in post_syscall() 664 t->t_sig_check = 1; /* recheck next time */ in post_syscall() 671 t->t_sig_check = 1; /* recheck next time */ in post_syscall()
|
/titanic_50/usr/src/uts/sparc/os/ |
H A D | syscall.c | 697 if (t->t_astflag | t->t_sig_check) { in post_syscall() 705 t->t_sig_check = 0; in post_syscall() 755 t->t_sig_check = 1; /* recheck next time */ in post_syscall() 762 t->t_sig_check = 1; /* recheck next time */ in post_syscall()
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | dtrace_subr.c | 130 curthread->t_sig_check = 1; in dtrace_return_probe()
|
H A D | trap.c | 1279 if (curthread->t_astflag | curthread->t_sig_check) { in trap_cleanup() 1287 curthread->t_sig_check = 0; in trap_cleanup() 1340 curthread->t_sig_check = 1; in trap_cleanup() 1345 curthread->t_sig_check = 1; in trap_cleanup()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sig.c | 195 t->t_sig_check = 1; /* have thread do an issig */ in eat_signal() 563 t->t_sig_check = 1; in issig_forreal() 595 t->t_sig_check = 1; in issig_forreal() 773 t->t_sig_check = 1; /* so post_syscall will see signal */ in issig_forreal() 977 tx->t_sig_check = 1; in stop() 1950 t->t_sig_check = 1; in sigdeq() 2342 curthread->t_sig_check = 1; in sigunintr() 2366 curthread->t_sig_check = 1; in sigreplace()
|
H A D | lwp.c | 688 t->t_sig_check = 1; /* ensure that TP_HOLDLWP is honored */ in lwp_create() 1122 t->t_sig_check = 1; in lwp_suspend() 1128 t->t_sig_check = 1; in lwp_suspend()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | dtrace_subr.c | 204 curthread->t_sig_check = 1; in dtrace_user_probe()
|
H A D | trap.c | 1437 if (ct->t_astflag | ct->t_sig_check) { in trap() 1454 ct->t_sig_check = 0; in trap() 1491 ct->t_sig_check = 1; in trap() 1496 ct->t_sig_check = 1; in trap()
|
H A D | intr.c | 1467 tp->t_sig_check = 1; in sys_rtt_common()
|
/titanic_50/usr/src/uts/intel/ia32/syscall/ |
H A D | getcontext.c | 175 t->t_sig_check = 1; in restorecontext()
|
/titanic_50/usr/src/uts/common/fs/proc/ |
H A D | prcontrol.c | 1050 t->t_sig_check = 1; /* do ISSIG */ in pr_stop() 1214 t->t_sig_check = 1; /* do ISSIG */ in pr_setrun() 1488 t->t_sig_check = 1; /* so ISSIG will be done */ in pr_setsig() 1790 t->t_sig_check = 1; /* so thread will see new holdmask */ in pr_sethold() 2063 ct->t_sig_check = 1; in pr_agent()
|
H A D | prioctl.c | 3084 t->t_sig_check = 1; /* so ISSIG will be done */ in prsetrun()
|
/titanic_50/usr/src/uts/sparc/v9/ml/ |
H A D | syscall_trap.s | 218 ! and t_sig_check with one test.
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | thread.h | 228 #define t_sig_check _tu._ts._t_sig_check macro
|
/titanic_50/usr/src/uts/sparc/syscall/ |
H A D | getcontext.c | 170 t->t_sig_check = 1; in restorecontext()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | signalfd.c | 370 t->t_sig_check = 1; /* so post_syscall sees new t_hold mask */ in consume_signal()
|
/titanic_50/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 6458 curthread->t_sig_check = 1; in dtrace_action_raise() 6470 curthread->t_sig_check = 1; in dtrace_action_stop()
|