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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1351 JvmtiEnv::GetThreadListStackTraces(jint thread_count, const jthread* thread_list, jint max_frame_count, jvmtiStackInfo** stack_info_ptr) { function in class:JvmtiEnv
1361 } /* end GetThreadListStackTraces */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1520 jvmtiError (JNICALL *GetThreadListStackTraces) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1914 jvmtiError GetThreadListStackTraces(jint thread_count, function in struct:_jvmtiEnv
1918 return functions->GetThreadListStackTraces(this, thread_count, thread_list, max_frame_count, stack_info_ptr);

Completed in 61 milliseconds