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