Home
last modified time | relevance | path

Searched refs:PROC_PIDLISTTHREADS (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c423 buf_used = proc_pidinfo(pid, PROC_PIDLISTTHREADS, 0, info->threads, (int)info->thr_size); in check_process_threads()
/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h733 #define PROC_PIDLISTTHREADS 6 macro
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c2056 case PROC_PIDLISTTHREADS: in proc_pidinfo()
2330 case PROC_PIDLISTTHREADS:{ in proc_pidinfo()
/xnu-11417.140.69/tests/
H A Dproc_info.c549 …retval = __proc_info(PROC_INFO_CALL_PIDINFO, child_pid, PROC_PIDLISTTHREADS, (uint32_t)0, (user_ad… in proc_info_caller()