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

/system/core/toolbox/
H A Dps.c189 ssize_t wchan_len = read(fd, wchan, sizeof(wchan)); local
190 if (wchan_len == -1) {
191 wchan[wchan_len = 0] = '\0';
194 printf(" %10.*s %0*" PRIxPTR " %s ", (int) wchan_len, wchan, (int) PC_WIDTH, eip, state);

Completed in 70 milliseconds