Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h105 #define PROC_FLAG_INEXIT 4 /* process is working its way in exit() */ macro
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c718 pbsd->pbi_flags |= PROC_FLAG_INEXIT; in proc_pidbsdinfo()
839 pbsd_shortp->pbsi_flags |= PROC_FLAG_INEXIT; in proc_pidshortbsdinfo()
/xnu-11417.140.69/tests/
H A Dstackshot_tests.m882 if (bsdshortinfo.pbsi_flags & PROC_FLAG_INEXIT) {