Home
last modified time | relevance | path

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

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