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

/freebsd-10.0-release/bin/ps/
H A Dextern.h42 extern int showthreads, sumrusage, termwidth;
H A Dps.c102 int showthreads; /* will threads be shown? */ variable
208 prtheader = showthreads = wflag = xkeep_implied = 0;
273 showthreads = KERN_PROC_INC_THREAD;
465 what = showthreads != 0 ? KERN_PROC_ALL : KERN_PROC_PROC;
469 what = KERN_PROC_RGID | showthreads;
473 what = KERN_PROC_PGRP | showthreads;
477 what = KERN_PROC_PID | showthreads;
481 what = KERN_PROC_RUID | showthreads;
485 what = KERN_PROC_SESSION | showthreads;
489 what = KERN_PROC_TTY | showthreads;
[all...]
H A Dprint.c125 (showthreads && k->ki_p->ki_numthreads > 1) ? "/" : "",
126 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_tdname : "");
177 (showthreads && k->ki_p->ki_numthreads > 1) ? "/" : "",
178 (showthreads && k->ki_p->ki_numthreads > 1) ? k->ki_p->ki_tdname : "");
180 if (showthreads && k->ki_p->ki_numthreads > 1)
193 if (showthreads && k->ki_p->ki_numthreads > 1)

Completed in 114 milliseconds