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

  /system/core/toolbox/
ps.c 43 unsigned wchan, rss, vss, eip; local
122 wchan = strtoul(nexttok(&ptr), 0, 10); // wchan
163 printf(" %08x %08x %s %s", wchan, eip, state, cmdline[0] ? cmdline : name);
224 printf("USER PID PPID VSIZE RSS %s%s %s WCHAN PC NAME\n",
  /external/strace/
strace.c 1045 * This is done by having a look at the "wchan" property of the
1048 char wchan[20]; /* should be enough */ local
1054 "%*d,%*d %*d,%*d %19s", wchan) == 1) &&
1055 strcmp(wchan, "nochan") && strcmp(wchan, "spread") &&
1056 strcmp(wchan, "stopevent")) {
    [all...]

Completed in 534 milliseconds