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) 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)
-
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:
WIFEXITED
in interfacePosixShim.WaitMacros
-
WIFSIGNALED
public boolean WIFSIGNALED(long status) - Specified by:
WIFSIGNALED
in interfacePosixShim.WaitMacros
-
WTERMSIG
public int WTERMSIG(long status) - Specified by:
WTERMSIG
in interfacePosixShim.WaitMacros
-
WEXITSTATUS
public int WEXITSTATUS(long status) - Specified by:
WEXITSTATUS
in interfacePosixShim.WaitMacros
-
WSTOPSIG
public int WSTOPSIG(long status) - Specified by:
WSTOPSIG
in interfacePosixShim.WaitMacros
-
WIFSTOPPED
public boolean WIFSTOPPED(long status) - Specified by:
WIFSTOPPED
in interfacePosixShim.WaitMacros
-
WCOREDUMP
public boolean WCOREDUMP(long status) - Specified by:
WCOREDUMP
in interfacePosixShim.WaitMacros
-