Home
last modified time | relevance | path

Searched refs:isthread (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/sys/
H A Dsysctl.h592 praddr, sess, vm, lim, sa, isthread, show_addresses) \ argument
627 if (isthread) { \
/openbsd/sys/kern/
H A Dkern_sysctl.c1776 int isthread; in fill_kproc() local
1778 isthread = p != NULL; in fill_kproc()
1779 if (!isthread) in fill_kproc()
1783 p, pr, s, vm, pr->ps_limit, pr->ps_sigacts, isthread, in fill_kproc()
1806 calctsru(isthread ? &p->p_tu : &pr->ps_tu, &ut, &st, NULL); in fill_kproc()
1825 if (isthread) { in fill_kproc()