HomeSort by relevance Sort by last modified time
    Searched refs:PR_WHY (Results 1 - 3 of 3) sorted by null

  /external/strace/
defs.h 219 #define PR_WHY pr_lwp.pr_why
239 #define PR_WHY pr_why
253 #define PR_WHY why
strace.c 1013 if (tcp->status.PR_WHY == PR_SYSENTRY) {
1032 if (tcp->status.PR_WHY == PR_SIGNALLED &&
1060 tcp->status.PR_WHY = PR_SYSENTRY;
    [all...]
syscall.c 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) {
    [all...]

Completed in 39 milliseconds