Home
last modified time | relevance | path

Searched refs:POSIX_SPAWN_SETSID (Results 1 – 4 of 4) sorted by relevance

/xnu-10002.81.5/bsd/sys/
H A Dspawn.h65 #define POSIX_SPAWN_SETSID 0x0400 macro
/xnu-10002.81.5/tests/
H A Dposix_spawn_posix_cred.c36 ret = posix_spawnattr_setflags(&attr, POSIX_SPAWN_SETSID);
H A Dspawn_exec_failure.c69 __spawn_exec(args, POSIX_SPAWN_SETSID); in bad_spawnattr_helper()
/xnu-10002.81.5/bsd/kern/
H A Dkern_exec.c4212 if (px_sa.psa_flags & POSIX_SPAWN_SETSID) { in posix_spawn()