Searched defs:GetThreadInfo (Results 1 - 4 of 4) sorted by relevance

/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/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 42 milliseconds