Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dspawn_h.c45 MACRO(POSIX_SPAWN_SETPGROUP); in spawn_h()
/bionic/libc/bionic/
Dspawn.cpp158 if ((flags & POSIX_SPAWN_SETPGROUP) != 0 && setpgid(0, (*attr)->pgroup) == -1) _exit(127); in ApplyAttrs()
236 if ((flags & ~(POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP | POSIX_SPAWN_SETSIGDEF | in posix_spawnattr_setflags()
/bionic/libc/include/
Dspawn.h40 #define POSIX_SPAWN_SETPGROUP 2 macro
/bionic/tests/
Dspawn_test.cpp62 constexpr short all_flags = POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP | POSIX_SPAWN_SETSIGDEF | in TEST()
392 ASSERT_EQ(0, posix_spawnattr_setflags(&sa, POSIX_SPAWN_SETPGROUP)); in TEST()