public static class PosixShim.BSDWaitMacros extends Object implements PosixShim.WaitMacros
Constructor and Description |
---|
PosixShim.BSDWaitMacros() |
Modifier and Type | Method and Description |
---|---|
long |
_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) |
public final long _WSTOPPED
public final long WCOREFLAG
public long _WSTATUS(long status)
public boolean WIFEXITED(long status)
WIFEXITED
in interface PosixShim.WaitMacros
public boolean WIFSIGNALED(long status)
WIFSIGNALED
in interface PosixShim.WaitMacros
public int WTERMSIG(long status)
WTERMSIG
in interface PosixShim.WaitMacros
public int WEXITSTATUS(long status)
WEXITSTATUS
in interface PosixShim.WaitMacros
public int WSTOPSIG(long status)
WSTOPSIG
in interface PosixShim.WaitMacros
public boolean WIFSTOPPED(long status)
WIFSTOPPED
in interface PosixShim.WaitMacros
public boolean WCOREDUMP(long status)
WCOREDUMP
in interface PosixShim.WaitMacros
Copyright © 2001-2015 JRuby. All Rights Reserved.