Searched refs:PRCSIG (Results 1 – 8 of 8) sorted by relevance
2080 if (flags & PRCSIG) { /* clear current signal */ in Psetrun()2082 flags &= ~PRCSIG; in Psetrun()2358 *ctlp++ = PRCSIG | PRCFAULT | PRSTEP; in execute_bkpt()2552 *ctlp++ = PRCSIG | PRCFAULT | PRSTEP; in execute_wapt()3613 if (flags & PRCSIG) { /* clear current signal */ in Lsetrun()3615 flags &= ~PRCSIG; in Lsetrun()
268 if (Psetrun(P, 0, PRCSIG | PRCFAULT) == -1) in execute()
319 #define PRCSIG 0x001 /* Clear current signal */ macro
320 #define PRCSIG 0x001 /* Clear current signal */ macro
110 #define PRCSIG 0x01 /* clear current signal, if any */
1187 if (flags & ~(PRCSIG|PRCFAULT|PRSTEP|PRSTOP|PRSABORT)) in pr_setrun()1190 if ((flags & PRCSIG) && lwp->lwp_cursig != SIGKILL) { in pr_setrun()
3025 if (flags & PRCSIG) in prmaprunflags()
3536 flags |= PRCSIG; /* clear pending SIGINT */ in pt_setrun()