Home
last modified time | relevance | path

Searched refs:PROC_PIDLISTTHREADS_SIZE (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/bsd/sys/
H A Dproc_info.h810 #define PROC_PIDLISTTHREADS_SIZE (2* sizeof(uint32_t)) macro
/xnu-8796.121.2/tests/
H A Dproc_info.c552 (int)((unsigned long)retval / PROC_PIDLISTTHREADS_SIZE)); in proc_info_caller()
553 …T_ASSERT_GE_INT((int)((unsigned long)retval / PROC_PIDLISTTHREADS_SIZE), pall->ptinfo.pti_threadnu… in proc_info_caller()
/xnu-8796.121.2/bsd/kern/
H A Dproc_info.c1941 size = PROC_PIDLISTTHREADS_SIZE; in proc_pidinfo()