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

/art/runtime/openjdkjvmti/
H A Dti_threadgroup.cc215 jvmtiError ThreadGroupUtil::GetThreadGroupChildren(jvmtiEnv* env, function in class:openjdkjvmti::ThreadGroupUtil
H A DOpenjdkJvmTi.cc253 static jvmtiError GetThreadGroupChildren(jvmtiEnv* env, function in class:openjdkjvmti::JvmtiFunctions
260 return ThreadGroupUtil::GetThreadGroupChildren(env,
1761 JvmtiFunctions::GetThreadGroupChildren,
/art/runtime/
H A Ddebugger.cc2149 JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id, function in class:art::Dbg
/art/runtime/openjdkjvmti/include/
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 73 milliseconds