Package | Description |
---|---|
jnr.posix |
Modifier and Type | Method and Description |
---|---|
static SpawnAttribute |
SpawnAttribute.flags(short flags) |
static SpawnAttribute |
SpawnAttribute.pgroup(long pgroup) |
static SpawnAttribute |
SpawnAttribute.sigdef(long sigdef) |
static SpawnAttribute |
SpawnAttribute.sigmask(long sigmask) |
Modifier and Type | Method and Description |
---|---|
long |
POSIX.posix_spawnp(String path,
Collection<? extends SpawnFileAction> fileActions,
Collection<? extends SpawnAttribute> spawnAttributes,
Collection<? extends CharSequence> argv,
Collection<? extends CharSequence> envp) |
Copyright © 2017. All rights reserved.