Searched refs:POSIX_SPAWN_CLOEXEC_DEFAULT (Results 1 – 2 of 2) sorted by relevance
177 if ((flags & POSIX_SPAWN_CLOEXEC_DEFAULT) != 0) { in ApplyAttrs()238 POSIX_SPAWN_USEVFORK | POSIX_SPAWN_SETSID | POSIX_SPAWN_CLOEXEC_DEFAULT)) != 0) { in posix_spawnattr_setflags()
50 #define POSIX_SPAWN_CLOEXEC_DEFAULT 256 macro