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

/freebsd-10.1-release/usr.bin/top/
H A Dmachine.c817 char *proc_fmt, thr_buf[6], jid_buf[TOP_JID_LEN + 1]; local
1023 thr_buf[0] = '\0';
1025 snprintf(thr_buf, sizeof(thr_buf), "%*d ",
1026 sizeof(thr_buf) - 2, pp->ki_numthreads);
1032 thr_buf,

Completed in 44 milliseconds