Lines Matching refs:Interrupted
88 static short State, Queued, Running, Complete, Interrupted; variable
408 else if (Uopt | Sysopt | Queued | Running | Interrupted)
486 if (Complete && !Queued && !Running && !Interrupted)
682 if (Queued && Running && Interrupted)
684 else if ((Queued && !Running && !Interrupted) && (inputint == 1))
686 else if ((Running && !Queued && !Interrupted) && (inputint == 2)) return(TRUE);
687 else if ((Interrupted && !Queued && !Running) && (inputint == 3)) return(TRUE);
688 else if ((Queued && Running && !Interrupted) &&
691 else if ((!Queued && Running && Interrupted) &&
694 else if ((Queued && !Running && Interrupted) &&
1285 else if (Interrupted && CequalA && !foundlck)
1573 Interrupted = 1;
1577 if ((size_t)(Queued + Running + Interrupted + Complete) < strlen(inputargs))