Lines Matching refs:Interrupted
88 static short State, Queued, Running, Complete, Interrupted; variable
406 else if (Uopt | Sysopt | Queued | Running | Interrupted) in main()
484 if (Complete && !Queued && !Running && !Interrupted)
680 if (Queued && Running && Interrupted)
682 else if ((Queued && !Running && !Interrupted) && (inputint == 1))
684 else if ((Running && !Queued && !Interrupted) && (inputint == 2)) return(TRUE);
685 else if ((Interrupted && !Queued && !Running) && (inputint == 3)) return(TRUE);
686 else if ((Queued && Running && !Interrupted) &&
689 else if ((!Queued && Running && Interrupted) &&
692 else if ((Queued && !Running && Interrupted) &&
1283 else if (Interrupted && CequalA && !foundlck)
1568 Interrupted = 1;
1572 if ((size_t)(Queued + Running + Interrupted + Complete) < strlen(inputargs))