Searched refs:SH_SIGALRM (Results 1 – 4 of 4) sorted by relevance
120 tp->sh->trapnote |= SH_SIGALRM; in trap_timeout()124 tp->sh->sigflag[SIGALRM] |= SH_SIGALRM; in trap_timeout()135 shp->sigflag[SIGALRM] &= ~SH_SIGALRM; in sh_timetraps()153 if(!(shp->sigflag[SIGALRM]&SH_SIGALRM)) in sh_timetraps()
65 #define SH_SIGALRM 0200 /* timer alarm received */ macro
414 if(shp->sigflag[SIGALRM]&SH_SIGALRM) in sh_chktrap()
2921 if(shp->trapnote&SH_SIGALRM) in sh_exec()2923 shp->trapnote &= ~SH_SIGALRM; in sh_exec()