Home
last modified time | relevance | path

Searched refs:KERN_PROC_SHOW_THREADS (Results 1 – 5 of 5) sorted by relevance

/openbsd/lib/libkvm/
H A Dkvm_proc2.c133 dothreads = op & KERN_PROC_SHOW_THREADS; in kvm_proclist()
134 op &= ~KERN_PROC_SHOW_THREADS; in kvm_proclist()
/openbsd/bin/ps/
H A Dps.c357 what |= KERN_PROC_SHOW_THREADS; in main()
/openbsd/usr.bin/top/
H A Dmachine.c431 what |= KERN_PROC_SHOW_THREADS; in get_process_info()
/openbsd/sys/sys/
H A Dsysctl.h304 #define KERN_PROC_SHOW_THREADS 0x40000000/* also return normal threads */ macro
/openbsd/sys/kern/
H A Dkern_sysctl.c1640 dothreads = op & KERN_PROC_SHOW_THREADS; in sysctl_doproc()
1641 op &= ~KERN_PROC_SHOW_THREADS; in sysctl_doproc()