Searched refs:isthread (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/sys/ |
H A D | sysctl.h | 592 praddr, sess, vm, lim, sa, tu, isthread, show_addresses) \ argument 627 if (isthread) { \
|
/openbsd/sys/kern/ |
H A D | kern_sysctl.c | 2019 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()
|