Searched refs:GetAllThreads (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp295 // might be started after we call GetAllThreads and since a
305 if (jvmdi->GetAllThreads(&threadCount, &threads) != JVMDI_ERROR_NONE) {
/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);
/openjdk7/jdk/src/share/back/
H A Dutil.c1195 error = JVMTI_FUNC_PTR(gdata->jvmti,GetAllThreads)
/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 */

Completed in 59 milliseconds