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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp723 JvmtiEnv::GetAllThreads(jint* threads_count_ptr, jthread** threads_ptr) { function in class:JvmtiEnv
752 } /* end GetAllThreads */
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1018 jvmtiError (JNICALL *GetAllThreads) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1809 jvmtiError GetAllThreads(jint* threads_count_ptr, function in struct:_jvmtiEnv
1811 return functions->GetAllThreads(this, threads_count_ptr, threads_ptr);

Completed in 38 milliseconds