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, tu, isthread, show_addresses) \ argument
627 if (isthread) { \
/openbsd/sys/kern/
H A Dkern_sysctl.c2019 int isthread; in fill_kproc() local
2021 isthread = p != NULL; in fill_kproc()
2022 if (!isthread) { in fill_kproc()
2029 p, pr, s, vm, pr->ps_limit, pr->ps_sigacts, &tu, isthread, in fill_kproc()
2069 if (isthread) { in fill_kproc()