Searched refs:SH_SIGTRAP (Results 1 – 7 of 7) sorted by relevance
96 shp->trapnote |= SH_SIGTRAP; in sh_fault()97 shp->sigflag[sig] |= SH_SIGTRAP; in sh_fault()169 flag = SH_SIGTRAP; in sh_fault()286 flag &= ~(SH_SIGSET|SH_SIGTRAP); in sh_sigtrap()319 flag = sh.sigflag[sig]&~(SH_SIGTRAP|SH_SIGSET); in sh_sigreset()362 flag &= ~(SH_SIGTRAP|SH_SIGSET); in sh_sigclear()382 sh.trapnote &= ~SH_SIGTRAP; in sh_chktrap()406 if((sh.sigflag[SIGCHLD]&SH_SIGTRAP) && sh.st.trapcom[SIGCHLD]) in sh_chktrap()415 if(sh.sigflag[sig]&SH_SIGTRAP) in sh_chktrap()417 sh.sigflag[sig] &= ~SH_SIGTRAP; in sh_chktrap()
188 shp->sigflag[SIGCHLD] &= ~SH_SIGTRAP; in job_chldtrap()387 sh.sigflag[SIGCHLD] |= SH_SIGTRAP; in job_reap()391 sh.trapnote |= SH_SIGTRAP; in job_reap()423 sh.sigflag[SIGCHLD] |= SH_SIGTRAP; in job_reap()424 sh.trapnote |= SH_SIGTRAP; in job_reap()1438 if(sh.sigflag[SIGALRM]&SH_SIGTRAP) in job_wait()
1616 if((sh.trapnote&(SH_SIGSET|SH_SIGTRAP)) && errno!=EIO && errno!=ENXIO) in slowexcept()1656 if(sh.trapnote&SH_SIGTRAP) in slowexcept()1681 sh.trapnote |= SH_SIGTRAP; in time_grace()
114 if(shp->sigflag[SIGALRM]&SH_SIGTRAP) in b_sleep()138 if(shp->sigflag[SIGALRM]&SH_SIGTRAP) in sleep()170 if (shp->trapnote & (SH_SIGSET | SH_SIGTRAP)) return; in sh_delay()
125 shp->trapnote |= SH_SIGTRAP; in b_trap()
60 #define SH_SIGTRAP 010 /* pending trap */ macro
819 if(shp->trapnote&(SH_SIGSET|SH_SIGTRAP)) in ed_read()900 if(shp->trapnote&(SH_SIGSET|SH_SIGTRAP)) in ed_read()