Searched defs:GetThreadState (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp671 JvmtiEnv::GetThreadState(jthread thread, jint* thread_state_ptr) { function in class:JvmtiEnv
708 } /* end GetThreadState */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1086 jvmtiError (JNICALL *GetThreadState) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1800 jvmtiError GetThreadState(jthread thread, function in struct:_jvmtiEnv
1802 return functions->GetThreadState(this, thread, thread_state_ptr);

Completed in 50 milliseconds