Searched refs:POSIX_SPAWN_SETPGROUP (Results 1 – 7 of 7) sorted by relevance
602 posix_spawnattr_setflags(&attrs, POSIX_SPAWN_SETPGROUP | POSIX_SPAWN_SETSIGDEF); in cupsdStartProcess()
1191 pub const POSIX_SPAWN_SETPGROUP: ::c_int = 0x02; constant
812 flags |= POSIX_SPAWN_SETPGROUP;
1869 pub const POSIX_SPAWN_SETPGROUP: ::c_int = 0x02; constant
3253 pub const POSIX_SPAWN_SETPGROUP: ::c_int = 0x02; constant
5777 all_flags |= POSIX_SPAWN_SETPGROUP; in parse_posix_spawn_flags()
3736 to the C library :c:data:`POSIX_SPAWN_SETPGROUP` flag.