Home
last modified time | relevance | path

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

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