Searched refs:POSIX_SPAWN_SETSIGMASK (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dspawn.h48 #define POSIX_SPAWN_SETSIGMASK 0x0008 /* [SPN] set signal mask */ macro
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dsystem.c68 short flags = POSIX_SPAWN_SETSIGMASK;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/EntryPointUtilities/mac/XPCService/
H A DXPCServiceMain.Development.mm57 flags |= POSIX_SPAWN_SETSIGMASK;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Launcher/mac/
H A DProcessLauncherMac.mm466 flags |= POSIX_SPAWN_SETSIGMASK;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_exec.c2160 if (px_sa.psa_flags & POSIX_SPAWN_SETSIGMASK)

Completed in 85 milliseconds