Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/sys/
H A Dproc_info.h722 #define PROC_PIDLISTTHREADS_SIZE (2* sizeof(uint32_t)) macro
/xnu-10002.61.3/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-10002.61.3/bsd/kern/
H A Dproc_info.c2005 size = PROC_PIDLISTTHREADS_SIZE; in proc_pidinfo()