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