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

/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DThread.cpp62 err = jvmti->GetThreadInfo(thread, &info);
/openjdk7/jdk/src/share/native/sun/management/
H A DThreadImpl.c57 jmm_interface->GetThreadInfo(env, ids, maxDepth, infoArray);
/openjdk7/hotspot/src/share/vm/services/
H A Djmm.h224 jint (JNICALL *GetThreadInfo) (JNIEnv *env, member in struct:jmmInterface_1_
/openjdk7/jdk/src/share/javavm/export/
H A Djmm.h224 jint (JNICALL *GetThreadInfo) (JNIEnv *env, member in struct:jmmInterface_1_
H A Djvmti.h1040 jvmtiError (JNICALL *GetThreadInfo) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1843 jvmtiError GetThreadInfo(jthread thread, function in struct:_jvmtiEnv
1845 return functions->GetThreadInfo(this, thread, info_ptr);
/openjdk7/jdk/src/share/back/
H A DThreadReferenceImpl.c59 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadInfo)
176 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadInfo)
H A Dutil.c2333 error = FUNC_PTR(gdata->jvmti,GetThreadInfo)
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c165 error = (*jvmti)->GetThreadInfo(jvmti, thread, &info);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1384 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadInfo)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp944 JvmtiEnv::GetThreadInfo(jthread thread, jvmtiThreadInfo* info_ptr) { function in class:JvmtiEnv
999 } /* end GetThreadInfo */

Completed in 96 milliseconds