Searched refs:showthreads (Results 1 – 3 of 3) sorted by relevance
105 int showthreads; /* will threads be shown? */ variable231 prtheader = showthreads = wflag = xkeep_implied = 0; in main()314 showthreads = KERN_PROC_INC_THREAD; in main()510 what = showthreads != 0 ? KERN_PROC_ALL : KERN_PROC_PROC; in main()514 what = KERN_PROC_RGID | showthreads; in main()518 what = KERN_PROC_PGRP | showthreads; in main()522 what = KERN_PROC_PID | showthreads; in main()526 what = KERN_PROC_RUID | showthreads; in main()530 what = KERN_PROC_SESSION | showthreads; in main()534 what = KERN_PROC_TTY | showthreads; in main()[all …]
127 (showthreads && k->ki_p->ki_numthreads > 1) ? "/" : "", in command()128 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_tdname : "", in command()129 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_moretdname : ""); in command()180 (showthreads && k->ki_p->ki_numthreads > 1) ? "/" : "", in ucomm()181 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_tdname : "", in ucomm()182 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_moretdname : ""); in ucomm()184 if (showthreads && k->ki_p->ki_numthreads > 1) in ucomm()198 if (showthreads && k->ki_p->ki_numthreads > 1) in tdnam()
43 extern int showthreads, sumrusage, termwidth;