Searched refs:showthreads (Results 1 – 3 of 3) sorted by relevance
88 int showthreads; /* will threads be shown? */ variable233 prtheader = showthreads = wflag = xkeep_implied = 0; in main()317 showthreads = KERN_PROC_INC_THREAD; in main()548 what = showthreads != 0 ? KERN_PROC_ALL : KERN_PROC_PROC; in main()552 what = KERN_PROC_RGID | showthreads; in main()556 what = KERN_PROC_PGRP | showthreads; in main()560 what = KERN_PROC_PID | showthreads; in main()564 what = KERN_PROC_RUID | showthreads; in main()568 what = KERN_PROC_SESSION | showthreads; in main()572 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;