Home
last modified time | relevance | path

Searched refs:t_sig_check (Results 1 – 22 of 22) sorted by relevance

/titanic_50/usr/src/uts/common/syscall/
H A Dsigprocmask.c78 t->t_sig_check = 1; in lwp_sigmask()
85 t->t_sig_check = 1; in lwp_sigmask()
H A Dsigsuspend.c59 curthread->t_sig_check = 1; /* so post-syscall will re-evaluate */ in sigsuspend()
H A Dsignotify.c268 t->t_sig_check = 1; in sigresend()
276 t->t_sig_check = 1; in sigresend()
H A Dlwp_create.c150 t->t_sig_check = 1; in syslwp_create()
H A Dsigtimedwait.c162 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 Dsyscall.c598 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 Dsyscall.c697 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 Ddtrace_subr.c130 curthread->t_sig_check = 1; in dtrace_return_probe()
H A Dtrap.c1279 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 Dsig.c195 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 Dlwp.c688 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 Ddtrace_subr.c204 curthread->t_sig_check = 1; in dtrace_user_probe()
H A Dtrap.c1437 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 Dintr.c1467 tp->t_sig_check = 1; in sys_rtt_common()
/titanic_50/usr/src/uts/intel/ia32/syscall/
H A Dgetcontext.c175 t->t_sig_check = 1; in restorecontext()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1050 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 Dprioctl.c3084 t->t_sig_check = 1; /* so ISSIG will be done */ in prsetrun()
/titanic_50/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.s218 ! and t_sig_check with one test.
/titanic_50/usr/src/uts/common/sys/
H A Dthread.h228 #define t_sig_check _tu._ts._t_sig_check macro
/titanic_50/usr/src/uts/sparc/syscall/
H A Dgetcontext.c170 t->t_sig_check = 1; in restorecontext()
/titanic_50/usr/src/uts/common/io/
H A Dsignalfd.c370 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 Ddtrace.c6458 curthread->t_sig_check = 1; in dtrace_action_raise()
6470 curthread->t_sig_check = 1; in dtrace_action_stop()