Home
last modified time | relevance | path

Searched refs:JOBSTATE (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/jobcomp/script/
H A DREADME15 JOBSTATE: The state of the job when it ended
/dports/shells/bash/bash-5.1/
H A Djobs.h95 #define JOBSTATE(job) (jobs[(job)]->state) macro
H A Djobs.c1278 if (JOBSTATE (job) == JDEAD)
3067 if ((job != NO_JOB && JOBSTATE (job) == JSTOPPED) || (child && WIFSTOPPED (child->status)))
3236 state = JOBSTATE (job);
3255 state = (job != NO_JOB && jobs[job]) ? JOBSTATE (job) : JDEAD;
3400 if (jobs[i] && (JOBSTATE (i) == state))
3545 JOBSTATE (job) = JRUNNING;
4031 if (job_state != 0 && JOBSTATE(job) != JSTOPPED)
4081 if (JOBSTATE (job) == JDEAD)
4308 switch (JOBSTATE (job)) in notify_of_job_status()
H A Dpcomplete.c580 if (jstate == -1 || JOBSTATE(i) == ws)