Home
last modified time | relevance | path

Searched refs:PR_WHY (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Ddefs.h219 #define PR_WHY pr_lwp.pr_why macro
239 #define PR_WHY pr_why macro
253 #define PR_WHY why macro
Dstrace.c1013 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);
Dsyscall.c1312 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) {