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

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

Completed in 21 milliseconds