Lines Matching defs:prstatus
172 typedef struct prstatus { struct
173 int pr_flags; /* Flags (see below) */
174 short pr_why; /* Reason for process stop (if stopped) */
175 short pr_what; /* More detailed reason */
176 siginfo_t pr_info; /* Info associated with signal or fault */
177 short pr_cursig; /* Current signal */
178 ushort_t pr_nlwp; /* Number of lwps in the process */
179 sigset_t pr_sigpend; /* Set of signals pending to the process */
180 sigset_t pr_sighold; /* Set of signals held (blocked) by the lwp */
181 struct sigaltstack pr_altstack; /* Alternate signal stack info */
182 struct sigaction pr_action; /* Signal action for current signal */
206 } prstatus_t; argument