Home
last modified time | relevance | path

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

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