Home
last modified time | relevance | path

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

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