Searched refs:PINTERRUPTED (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.proc.h55 #define PALLSTATES (PRUNNING|PSTOPPED|PNEXITED|PAEXITED|PSIGNALED|PINTERRUPTED)
64 #define PINTERRUPTED (1<<13) /* job stopped via interrupt signal */ macro
H A Dsh.proc.c94 pp->p_flags |= PINTERRUPTED;
280 if ((jobflags&(PINTERRUPTED|PSTOPPED)) && setintr &&
291 reason = fp->p_flags & (PSIGNALED|PINTERRUPTED) ?
679 case PINTERRUPTED:

Completed in 46 milliseconds