Lines Matching defs:pr_state
64 #define pr_state pr_lwp.pr_state
419 if ((pp->pr_state >= SONPROC && pp->pr_state <= SIDL) &&
423 process_states[pp->pr_state]++;
425 (show_idle || (pp->pr_state == SRUN) || (pp->pr_state == SONPROC)) &&
523 : state_abbrev[pp->pr_state],
612 #define ORDERKEY_STATE if ((result = (long) (sorted_state[p2->pr_state] - \
613 sorted_state[p1->pr_state])) == 0)
673 if ((result = (long) (sorted_state[p2->pr_state] -
674 sorted_state[p1->pr_state])) == 0)