Home
last modified time | relevance | path

Searched refs:nlwp (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/bin/ps/
Dt_ps.sh97 s_keywords='uid pid ppid cpu lid nlwp pri nice vsz rss wchan lstate tt ltime command'
Dkeywords67 nlwp NLWP
/freebsd-12-stable/contrib/gdb/gdb/
Dprocfs.c3171 int nlwp, i; in proc_update_threads() local
3185 if ((nlwp = proc_get_nthreads (pi)) <= 1) in proc_update_threads()
3188 prstatus = xmalloc (sizeof (gdb_prstatus_t) * (nlwp + 1)); in proc_update_threads()
3195 for (i = 1; i < nlwp + 1; i++) in proc_update_threads()