Searched refs:ISRUN (Results 1 – 1 of 1) sorted by relevance
3103 #define ISRUN(p) (((p)->p_stat == SRUN) || ((p)->p_stat == SIDL)) macro3125 switch (TESTAB(ISRUN(p1), ISRUN(p2))) { in proc_compare()