Package org.jruby.util.io
Class PosixShim.BSDWaitMacros
java.lang.Object
org.jruby.util.io.PosixShim.BSDWaitMacros
- All Implemented Interfaces:
PosixShim.WaitMacros
- Enclosing class:
PosixShim
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong_WSTATUS(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
-
_WSTOPPED
public final long _WSTOPPED- See Also:
-
WCOREFLAG
public final long WCOREFLAG- See Also:
-
-
Constructor Details
-
BSDWaitMacros
public BSDWaitMacros()
-
-
Method Details
-
_WSTATUS
public long _WSTATUS(long status) -
WIFEXITED
public boolean WIFEXITED(long status) - Specified by:
WIFEXITEDin interfacePosixShim.WaitMacros
-
WIFSIGNALED
public boolean WIFSIGNALED(long status) - Specified by:
WIFSIGNALEDin interfacePosixShim.WaitMacros
-
WTERMSIG
public int WTERMSIG(long status) - Specified by:
WTERMSIGin interfacePosixShim.WaitMacros
-
WEXITSTATUS
public int WEXITSTATUS(long status) - Specified by:
WEXITSTATUSin interfacePosixShim.WaitMacros
-
WSTOPSIG
public int WSTOPSIG(long status) - Specified by:
WSTOPSIGin interfacePosixShim.WaitMacros
-
WIFSTOPPED
public boolean WIFSTOPPED(long status) - Specified by:
WIFSTOPPEDin interfacePosixShim.WaitMacros
-
WCOREDUMP
public boolean WCOREDUMP(long status) - Specified by:
WCOREDUMPin interfacePosixShim.WaitMacros
-