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

/xnu-2422.115.4/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c379 if (tai.pbsd.pbi_flags & PROC_FLAG_THCWD) {
/xnu-2422.115.4/bsd/sys/
H A Dproc_info.h125 #define PROC_FLAG_THCWD 0x100 /* process has a thread with cwd */ macro
/xnu-2422.115.4/bsd/kern/
H A Dproc_info.c552 pbsd->pbi_flags |= PROC_FLAG_THCWD;
639 pbsd_shortp->pbsi_flags |= PROC_FLAG_THCWD;

Completed in 20 milliseconds