Searched refs:GetThreadGroupChildren (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DThreadGroupReferenceImpl.c108 error = JVMTI_FUNC_PTR(gdata->jvmti,GetThreadGroupChildren)(gdata->jvmti, group,
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1073 jvmtiError (JNICALL *GetThreadGroupChildren) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1892 jvmtiError GetThreadGroupChildren(jthreadGroup group, function in struct:_jvmtiEnv
1897 return functions->GetThreadGroupChildren(this, group, thread_count_ptr, threads_ptr, group_count_ptr, groups_ptr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp1235 JvmtiEnv::GetThreadGroupChildren(jthreadGroup group, jint* thread_count_ptr, jthread** threads_ptr, jint* group_count_ptr, jthreadGroup** groups_ptr) { function in class:JvmtiEnv
1298 } /* end GetThreadGroupChildren */

Completed in 51 milliseconds