Package jnr.posix
Class SpawnAttribute
java.lang.Object
jnr.posix.SpawnAttribute
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SpawnAttribute
flags
(short flags) static SpawnAttribute
pgroup
(long pgroup) static SpawnAttribute
sigdef
(long sigdef) static SpawnAttribute
sigmask
(long sigmask)
-
Field Details
-
RESETIDS
public static final int RESETIDS- See Also:
-
SETPGROUP
public static final int SETPGROUP- See Also:
-
SETSIGDEF
public static final int SETSIGDEF- See Also:
-
SETSIGMASK
public static final int SETSIGMASK- See Also:
-
-
Constructor Details
-
SpawnAttribute
public SpawnAttribute()
-
-
Method Details
-
pgroup
-
flags
-
sigdef
-
sigmask
-