Searched refs:POSIX_SPAWN_SETPGROUP (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dspawn.h46 #define POSIX_SPAWN_SETPGROUP 0x0002 /* [SPN] set non-parent PGID */ macro
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/EntryPoint/mac/LegacyProcess/
H A DWebContentProcessMain.mm109 posix_spawnattr_setflags(&attributes, POSIX_SPAWN_CLOEXEC_DEFAULT | POSIX_SPAWN_SETPGROUP);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dspawnveg.c62 if (err = posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETPGROUP))
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c2038 if (px_sa.psa_flags & POSIX_SPAWN_SETPGROUP) {

Completed in 108 milliseconds