Class PosixShim.LinuxWaitMacros

java.lang.Object
org.jruby.util.io.PosixShim.LinuxWaitMacros
All Implemented Interfaces:
PosixShim.WaitMacros
Enclosing class:
PosixShim

public static class PosixShim.LinuxWaitMacros extends Object implements PosixShim.WaitMacros
  • 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:
      WEXITSTATUS in interface PosixShim.WaitMacros
    • WTERMSIG

      public int WTERMSIG(long status)
      Specified by:
      WTERMSIG in interface PosixShim.WaitMacros
    • WSTOPSIG

      public int WSTOPSIG(long status)
      Specified by:
      WSTOPSIG in interface PosixShim.WaitMacros
    • WIFEXITED

      public boolean WIFEXITED(long status)
      Specified by:
      WIFEXITED in interface PosixShim.WaitMacros
    • WIFSIGNALED

      public boolean WIFSIGNALED(long status)
      Specified by:
      WIFSIGNALED in interface PosixShim.WaitMacros
    • WIFSTOPPED

      public boolean WIFSTOPPED(long status)
      Specified by:
      WIFSTOPPED in interface PosixShim.WaitMacros
    • WCOREDUMP

      public boolean WCOREDUMP(long status)
      Specified by:
      WCOREDUMP in interface PosixShim.WaitMacros