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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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)
-
Constructor Details
-
LinuxWaitMacros
public LinuxWaitMacros()
-
-
Method Details
-
WEXITSTATUS
public int WEXITSTATUS(long status) - Specified by:
WEXITSTATUS
in interfacePosixShim.WaitMacros
-
WTERMSIG
public int WTERMSIG(long status) - Specified by:
WTERMSIG
in interfacePosixShim.WaitMacros
-
WSTOPSIG
public int WSTOPSIG(long status) - Specified by:
WSTOPSIG
in interfacePosixShim.WaitMacros
-
WIFEXITED
public boolean WIFEXITED(long status) - Specified by:
WIFEXITED
in interfacePosixShim.WaitMacros
-
WIFSIGNALED
public boolean WIFSIGNALED(long status) - Specified by:
WIFSIGNALED
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
-