Home
last modified time | relevance | path

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

/xnu-10002.81.5/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c443 buf_used = proc_pidinfo(pid, PROC_PIDTHREADPATHINFO, thr, &tpi, sizeof(tpi)); in check_process_threads()
/xnu-10002.81.5/bsd/sys/
H A Dproc_info.h733 #define PROC_PIDTHREADPATHINFO 10 macro
/xnu-10002.81.5/bsd/kern/
H A Dproc_info.c2016 case PROC_PIDTHREADPATHINFO: in proc_pidinfo()
2307 case PROC_PIDTHREADPATHINFO:{ in proc_pidinfo()
/xnu-10002.81.5/tests/
H A Dproc_info.c604 PROC_INFO_CALL(proc_threadwithpathinfo, child_pid, PROC_PIDTHREADPATHINFO, thread_addr[0]); in proc_info_caller()