Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Duser.h540 #define KERN_PROC_NOTHREADS 0x1 macro
/f-stack/freebsd/sys/
H A Duser.h590 #define KERN_PROC_NOTHREADS 0x1 macro
/f-stack/freebsd/kern/
H A Dkern_proc.c1484 if ((flags & KERN_PROC_NOTHREADS) != 0) { in kern_proc_out_size()
1518 if ((flags & KERN_PROC_NOTHREADS) != 0) { in kern_proc_out()
1704 flags = KERN_PROC_NOTHREADS; in sysctl_kern_proc()