Searched refs:showthreads (Results 1 – 3 of 3) sorted by relevance
107 int showthreads; /* will threads be shown? */ variable231 prtheader = showthreads = wflag = xkeep_implied = 0; in main()302 showthreads = KERN_PROC_INC_THREAD; in main()498 what = showthreads != 0 ? KERN_PROC_ALL : KERN_PROC_PROC; in main()502 what = KERN_PROC_RGID | showthreads; in main()506 what = KERN_PROC_PGRP | showthreads; in main()510 what = KERN_PROC_PID | showthreads; in main()514 what = KERN_PROC_RUID | showthreads; in main()518 what = KERN_PROC_SESSION | showthreads; in main()522 what = KERN_PROC_TTY | showthreads; in main()[all …]
129 (showthreads && k->ki_p->ki_numthreads > 1) ? "/" : "", in command()130 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_tdname : "", in command()131 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_moretdname : ""); in command()182 (showthreads && k->ki_p->ki_numthreads > 1) ? "/" : "", in ucomm()183 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_tdname : "", in ucomm()184 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_moretdname : ""); in ucomm()186 if (showthreads && k->ki_p->ki_numthreads > 1) in ucomm()200 if (showthreads && k->ki_p->ki_numthreads > 1) in tdnam()
44 extern int showthreads, sumrusage, termwidth;