public class ThreadSubstitutions extends Object
Thread
methods.Modifier and Type | Field and Description |
---|---|
static ForeignCallDescriptor |
THREAD_IS_INTERRUPTED |
Constructor and Description |
---|
ThreadSubstitutions() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isInterrupted(Thread thisObject,
boolean clearInterrupted) |
private static boolean |
threadIsInterruptedStub(ForeignCallDescriptor descriptor,
Thread thread,
boolean clearIsInterrupted) |
public static final ForeignCallDescriptor THREAD_IS_INTERRUPTED
public ThreadSubstitutions()
public static boolean isInterrupted(Thread thisObject, boolean clearInterrupted)
private static boolean threadIsInterruptedStub(ForeignCallDescriptor descriptor, Thread thread, boolean clearIsInterrupted)