Home
last modified time | relevance | path

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

/xnu-11417.140.69/tests/
H A Dposix_spawn_posix_cred.c75 T_EXPECT_TRUE((bool)(info.pbi_flags & PROC_FLAG_SLEADER),
/xnu-11417.140.69/bsd/sys/
H A Dproc_info.h108 #define PROC_FLAG_SLEADER 0x20 /* The process is the session leader */ macro
/xnu-11417.140.69/bsd/kern/
H A Dproc_info.c744 pbsd->pbi_flags |= PROC_FLAG_SLEADER; in proc_pidbsdinfo()