Lines Matching defs:prstatus32
475 typedef struct prstatus32 { struct
476 int32_t pr_flags; /* Flags */
477 short pr_why; /* Reason for process stop (if stopped) */
478 short pr_what; /* More detailed reason */
479 siginfo32_t pr_info; /* Info associated with signal or fault */
480 short pr_cursig; /* Current signal */
481 ushort_t pr_nlwp; /* Number of lwps in the process */
482 sigset_t pr_sigpend; /* Set of signals pending to the process */
483 sigset_t pr_sighold; /* Set of signals held (blocked) by the lwp */
484 struct sigaltstack32 pr_altstack; /* Alternate signal stack info */
485 struct sigaction32 pr_action; /* Signal action for current signal */
509 } prstatus32_t; argument