Home
last modified time | relevance | path

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

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