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

/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);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1368 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadState)
/openjdk7/jdk/src/share/back/
H A DthreadControl.c159 return JVMTI_FUNC_PTR(gdata->jvmti,GetThreadState)
H A Dutil.c2338 error = FUNC_PTR(gdata->jvmti,GetThreadState)
/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 */

Completed in 76 milliseconds