Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dproc_info.h792 #define PROC_PIDTHREADINFO_SIZE (sizeof(struct proc_threadinfo)) macro
/xnu-8019.80.24/bsd/kern/
H A Dproc_info.c1959 size = PROC_PIDTHREADINFO_SIZE; in proc_pidinfo()