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

/bionic/tests/headers/posix/
H A Dspawn_h.c45 MACRO(POSIX_SPAWN_SETPGROUP);
/bionic/libc/include/
H A Dspawn.h40 #define POSIX_SPAWN_SETPGROUP 2 macro
/bionic/tools/versioner/current/
H A Dspawn.h40 #define POSIX_SPAWN_SETPGROUP 2 macro
/bionic/libc/bionic/
H A Dspawn.cpp114 if ((flags & POSIX_SPAWN_SETPGROUP) != 0 && setpgid(0, (*attr)->pgroup) == -1) _exit(127);
188 if ((flags & ~(POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP | POSIX_SPAWN_SETSIGDEF |
/bionic/tests/
H A Dspawn_test.cpp58 constexpr short all_flags = POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP | POSIX_SPAWN_SETSIGDEF |
369 ASSERT_EQ(0, posix_spawnattr_setflags(&sa, POSIX_SPAWN_SETPGROUP));

Completed in 88 milliseconds