Lines Matching refs:pr_why
551 (P->status.pr_lwp.pr_why == PR_REQUESTED || in Pxcreate()
552 P->status.pr_lwp.pr_why == PR_SYSENTRY || in Pxcreate()
553 P->status.pr_lwp.pr_why == PR_SYSEXIT)) in Pxcreate()
598 P->status.pr_lwp.pr_why == PR_SYSENTRY && in Pxcreate()
627 P->status.pr_lwp.pr_why == PR_SYSEXIT && in Pxcreate()
643 P->status.pr_lwp.pr_why == PR_SYSEXIT && in Pxcreate()
1518 P->status.pr_lwp.pr_why = PR_SYSEXIT; in Preopen()
1529 (P->status.pr_lwp.pr_why == PR_REQUESTED || in Preopen()
1530 (P->status.pr_lwp.pr_why == PR_SYSEXIT && in Preopen()
1533 if (P->status.pr_lwp.pr_why == PR_REQUESTED) { in Preopen()
1534 P->status.pr_lwp.pr_why = PR_SYSEXIT; in Preopen()
1728 switch (lsp->pr_why) { in prldump()
1922 switch (P->status.pr_lwp.pr_why) { in Pstopstatus()
2118 P->status.pr_lwp.pr_why != PR_JOBCONTROL) { in Psetrun()
2415 if (P->status.pr_lwp.pr_why == PR_JOBCONTROL && in Pxecbkpt()
2608 if (P->status.pr_lwp.pr_why == PR_JOBCONTROL && in Pxecwapt()
3500 switch (L->lwp_status.pr_why) { in Lstopstatus()
3637 if (errno != EBUSY || L->lwp_status.pr_why != PR_JOBCONTROL) in Lsetrun()
3690 if (L->lwp_status.pr_why == PR_JOBCONTROL && in Lxecbkpt()
3725 if (L->lwp_status.pr_why == PR_JOBCONTROL && in Lxecwapt()