Searched refs:showthreads (Results 1 – 3 of 3) sorted by relevance
83 int showthreads; /* will threads be shown? */ variable208 prtheader = showthreads = wflag = xkeep_implied = 0; in main()290 showthreads = KERN_PROC_INC_THREAD; in main()486 what = showthreads != 0 ? KERN_PROC_ALL : KERN_PROC_PROC; in main()490 what = KERN_PROC_RGID | showthreads; in main()494 what = KERN_PROC_PGRP | showthreads; in main()498 what = KERN_PROC_PID | showthreads; in main()502 what = KERN_PROC_RUID | showthreads; in main()506 what = KERN_PROC_SESSION | showthreads; in main()510 what = KERN_PROC_TTY | showthreads; in main()[all …]
119 (showthreads && k->ki_p->ki_numthreads > 1) ? "/" : "", in command()120 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_tdname : "", in command()121 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_moretdname : ""); in command()172 (showthreads && k->ki_p->ki_numthreads > 1) ? "/" : "", in ucomm()173 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_tdname : "", in ucomm()174 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_moretdname : ""); in ucomm()176 if (showthreads && k->ki_p->ki_numthreads > 1) in ucomm()190 if (showthreads && k->ki_p->ki_numthreads > 1) in tdnam()
41 extern int showthreads, sumrusage, termwidth;