Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DVM.java360 if ((threadStatus & JVMTI_THREAD_STATE_RUNNABLE) != 0) { in toThreadState()
383 private final static int JVMTI_THREAD_STATE_RUNNABLE = 0x0004; field in VM