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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DThreadReferenceImpl.java126 OSThread osThread = myJavaThread.getOSThread();
127 if (osThread != null && osThread.interrupted()) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp1220 OSThread* osThread = thr->osthread(); local
1221 if (osThread != NULL && osThread->interrupted()) {
1410 OSThread* osThread = java_thread->osthread(); local
1411 if (osThread->get_state() == MONITOR_WAIT) {
H A DjvmtiEnv.cpp54 #include "runtime/osThread.hpp"
700 OSThread* osThread = thr->osthread(); local
701 if (osThread != NULL && osThread->interrupted()) {
1419 OSThread* osThread = java_thread->osthread(); local
1420 if (osThread->get_state() == MONITOR_WAIT) {

Completed in 59 milliseconds