Home
last modified time | relevance | path

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

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