HomeSort by relevance Sort by last modified time
    Searched refs:JOBSTOP (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/truss/
actions.c 112 * flag == JOBSIG: report nothing; change state to JOBSTOP
113 * flag == JOBSTOP: report "Continued ..."
116 * It returns a new flag: JOBSTOP or SLEEPING or 0.
127 return (JOBSTOP);
129 case JOBSTOP:
184 return (JOBSTOP);
242 if (sig == SIGCONT && (flag == JOBSIG || flag == JOBSTOP))
243 flag = requested(pri, JOBSTOP, dotrace);
271 if (flag == JOBSTOP)
ramdata.h 61 #define JOBSTOP 3

Completed in 60 milliseconds