Home
last modified time | relevance | path

Searched refs:GetThreadGroupChildren (Results 1 – 5 of 5) sorted by relevance

/art/openjdkjvmti/
Dti_threadgroup.h50 static jvmtiError GetThreadGroupChildren(jvmtiEnv* env,
Dti_threadgroup.cc217 jvmtiError ThreadGroupUtil::GetThreadGroupChildren(jvmtiEnv* env, in GetThreadGroupChildren() function in openjdkjvmti::ThreadGroupUtil
DOpenjdkJvmTi.cc272 static jvmtiError GetThreadGroupChildren(jvmtiEnv* env, in GetThreadGroupChildren() function in openjdkjvmti::JvmtiFunctions
279 return ThreadGroupUtil::GetThreadGroupChildren(env, in GetThreadGroupChildren()
1519 JvmtiFunctions::GetThreadGroupChildren,
/art/test/925-threadgroups/
Dthreadgroups.cc96 jvmtiError result = jvmti_env->GetThreadGroupChildren(group, in Java_art_Test925_getThreadGroupChildren()
/art/openjdkjvmti/include/
Djvmti.h1073 jvmtiError (JNICALL *GetThreadGroupChildren) (jvmtiEnv* env,
1892 jvmtiError GetThreadGroupChildren(jthreadGroup group, in GetThreadGroupChildren() function
1897 …return functions->GetThreadGroupChildren(this, group, thread_count_ptr, threads_ptr, group_count_p… in GetThreadGroupChildren()