Searched refs:PR_WHY (Results 1 – 3 of 3) sorted by relevance
219 #define PR_WHY pr_lwp.pr_why macro239 #define PR_WHY pr_why macro253 #define PR_WHY why macro
1013 if (tcp->status.PR_WHY == PR_SYSENTRY) {1032 if (tcp->status.PR_WHY == PR_SIGNALLED &&1060 tcp->status.PR_WHY = PR_SYSENTRY;1829 if ((tcp->flags & TCB_STARTUP) && (tcp->status.PR_WHY == PR_SYSEXIT)) {1863 switch (tcp->status.PR_WHY) {1867 tcp->status.PR_WHY = PR_SYSENTRY;1913 fprintf(stderr, "odd stop %d\n", tcp->status.PR_WHY);
1312 if (tcp->status.PR_WHY != PR_SYSENTRY) {1332 tcp->status.PR_WHY = PR_SYSENTRY;1334 tcp->status.PR_WHY = PR_SYSEXIT;1343 if (tcp->status.PR_WHY != PR_SYSEXIT) {