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

/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 */
/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);

Completed in 53 milliseconds