public static class PosixShim.LinuxWaitMacros extends Object implements PosixShim.WaitMacros
Constructor and Description |
---|
PosixShim.LinuxWaitMacros() |
Modifier and Type | Method and Description |
---|---|
boolean |
WCOREDUMP(long status) |
int |
WEXITSTATUS(long status) |
boolean |
WIFEXITED(long status) |
boolean |
WIFSIGNALED(long status) |
boolean |
WIFSTOPPED(long status) |
int |
WSTOPSIG(long status) |
int |
WTERMSIG(long status) |
public int WEXITSTATUS(long status)
WEXITSTATUS
in interface PosixShim.WaitMacros
public int WTERMSIG(long status)
WTERMSIG
in interface PosixShim.WaitMacros
public int WSTOPSIG(long status)
WSTOPSIG
in interface PosixShim.WaitMacros
public boolean WIFEXITED(long status)
WIFEXITED
in interface PosixShim.WaitMacros
public boolean WIFSIGNALED(long status)
WIFSIGNALED
in interface PosixShim.WaitMacros
public boolean WIFSTOPPED(long status)
WIFSTOPPED
in interface PosixShim.WaitMacros
public boolean WCOREDUMP(long status)
WCOREDUMP
in interface PosixShim.WaitMacros
Copyright © 2001-2015 JRuby. All Rights Reserved.