Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/sys/
H A Dproc_info.h795 #define PROC_PIDLISTTHREADS_SIZE (2* sizeof(uint32_t)) macro
/xnu-8019.80.24/tests/
H A Dproc_info.c550 (int)((unsigned long)retval / PROC_PIDLISTTHREADS_SIZE)); in proc_info_caller()
551 …T_ASSERT_GE_INT((int)((unsigned long)retval / PROC_PIDLISTTHREADS_SIZE), pall->ptinfo.pti_threadnu… in proc_info_caller()
/xnu-8019.80.24/bsd/kern/
H A Dproc_info.c1965 size = PROC_PIDLISTTHREADS_SIZE; in proc_pidinfo()