jnr.posix
Class SpawnAttribute
java.lang.Object
jnr.posix.SpawnAttribute
public abstract class SpawnAttribute
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESETIDS
public static final int RESETIDS
- See Also:
- Constant Field Values
SETPGROUP
public static final int SETPGROUP
- See Also:
- Constant Field Values
SETSIGDEF
public static final int SETSIGDEF
- See Also:
- Constant Field Values
SETSIGMASK
public static final int SETSIGMASK
- See Also:
- Constant Field Values
SpawnAttribute
public SpawnAttribute()
pgroup
public static SpawnAttribute pgroup(long pgroup)
flags
public static SpawnAttribute flags(short flags)
sigdef
public static SpawnAttribute sigdef(long sigdef)
sigmask
public static SpawnAttribute sigmask(long sigmask)
Copyright © 2014. All Rights Reserved.