Home
last modified time | relevance | path

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

/xnu-11417.140.69/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c400 if (tai.pbsd.pbi_flags & PROC_FLAG_THCWD) { in check_process_threads()
/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h111 #define PROC_FLAG_THCWD 0x100 /* process has a thread with cwd */ macro
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c730 pbsd->pbi_flags |= PROC_FLAG_THCWD; in proc_pidbsdinfo()
851 pbsd_shortp->pbsi_flags |= PROC_FLAG_THCWD; in proc_pidshortbsdinfo()