Home
last modified time | relevance | path

Searched refs:JVMTI_THREAD_STATE_RUNNABLE (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DVM.java378 if ((threadStatus & JVMTI_THREAD_STATE_RUNNABLE) != 0) { in toThreadState()
401 private final static int JVMTI_THREAD_STATE_RUNNABLE = 0x0004; field in VM
/libcore/ojluni/src/main/java/jdk/internal/misc/
DVM.java380 if ((threadStatus & JVMTI_THREAD_STATE_RUNNABLE) != 0) { in toThreadState()
403 private final static int JVMTI_THREAD_STATE_RUNNABLE = 0x0004; field in VM
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DVM.java131 private static final int JVMTI_THREAD_STATE_RUNNABLE = 4; // 0x4 field in VM