Package org.jruby.util.io
Class PosixShim.LinuxWaitMacros
java.lang.Object
org.jruby.util.io.PosixShim.LinuxWaitMacros
- All Implemented Interfaces:
PosixShim.WaitMacros
- Enclosing class:
- PosixShim
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static intprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate int__W_EXITCODE(int ret, int sig) private int__W_STOPCODE(int sig) private int__WAIT_INT(long status) private boolean__WCOREDUMP(long status) private int__WEXITSTATUS(long status) private boolean__WIFEXITED(long status) private boolean__WIFSIGNALED(long status) private boolean__WIFSTOPPED(long status) private int__WSTOPSIG(long status) private int__WTERMSIG(long status) booleanWCOREDUMP(long status) intWEXITSTATUS(long status) booleanWIFEXITED(long status) booleanWIFSIGNALED(long status) booleanWIFSTOPPED(long status) intWSTOPSIG(long status) intWTERMSIG(long status)
-
Field Details
-
__W_CONTINUED
private static int __W_CONTINUED -
__WCOREFLAG
private static final int __WCOREFLAG- See Also:
-
-
Constructor Details
-
LinuxWaitMacros
public LinuxWaitMacros()
-
-
Method Details
-
__WAIT_INT
private int __WAIT_INT(long status) -
__W_EXITCODE
private int __W_EXITCODE(int ret, int sig) -
__W_STOPCODE
private int __W_STOPCODE(int sig) -
__WEXITSTATUS
private int __WEXITSTATUS(long status) -
__WTERMSIG
private int __WTERMSIG(long status) -
__WSTOPSIG
private int __WSTOPSIG(long status) -
__WIFEXITED
private boolean __WIFEXITED(long status) -
__WIFSIGNALED
private boolean __WIFSIGNALED(long status) -
__WIFSTOPPED
private boolean __WIFSTOPPED(long status) -
__WCOREDUMP
private boolean __WCOREDUMP(long status) -
WEXITSTATUS
public int WEXITSTATUS(long status) - Specified by:
WEXITSTATUSin interfacePosixShim.WaitMacros
-
WTERMSIG
public int WTERMSIG(long status) - Specified by:
WTERMSIGin interfacePosixShim.WaitMacros
-
WSTOPSIG
public int WSTOPSIG(long status) - Specified by:
WSTOPSIGin interfacePosixShim.WaitMacros
-
WIFEXITED
public boolean WIFEXITED(long status) - Specified by:
WIFEXITEDin interfacePosixShim.WaitMacros
-
WIFSIGNALED
public boolean WIFSIGNALED(long status) - Specified by:
WIFSIGNALEDin interfacePosixShim.WaitMacros
-
WIFSTOPPED
public boolean WIFSTOPPED(long status) - Specified by:
WIFSTOPPEDin interfacePosixShim.WaitMacros
-
WCOREDUMP
public boolean WCOREDUMP(long status) - Specified by:
WCOREDUMPin interfacePosixShim.WaitMacros
-