Searched refs:POSIX_SPAWN_RESETIDS (Results 1 – 7 of 7) sorted by relevance
25 #define ALL_FLAGS (POSIX_SPAWN_RESETIDS \
165 | POSIX_SPAWN_SETPGROUP | POSIX_SPAWN_RESETIDS)) == 0 in __spawni()232 if ((flags & POSIX_SPAWN_RESETIDS) != 0 in __spawni()
136 # define POSIX_SPAWN_RESETIDS 0x01 macro146 ((POSIX_SPAWN_RESETIDS | (POSIX_SPAWN_RESETIDS - 1) \157 [(((POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP
448 # define POSIX_SPAWN_RESETIDS 0x01 macro458 ((POSIX_SPAWN_RESETIDS | (POSIX_SPAWN_RESETIDS - 1) \469 [(((POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP
60 ret = posix_spawnattr_setflags(&spa, POSIX_SPAWN_RESETIDS); in main()
1177 #define VKI_POSIX_SPAWN_RESETIDS POSIX_SPAWN_RESETIDS