Searched refs:wchan (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/
H A Dps.c135 nexttok(&ptr); // wchan
186 snprintf(path, sizeof(path), "/proc/%d/wchan", pid);
187 char wchan[10]; local
189 ssize_t wchan_len = read(fd, wchan, sizeof(wchan));
191 wchan[wchan_len = 0] = '\0';
194 printf(" %10.*s %0*" PRIxPTR " %s ", (int) wchan_len, wchan, (int) PC_WIDTH, eip, state);

Completed in 81 milliseconds