Home
last modified time | relevance | path

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

/art/openjdkjvmti/
Dti_threadgroup.h46 static jvmtiError GetThreadGroupInfo(jvmtiEnv* env,
Dti_threadgroup.cc90 jvmtiError ThreadGroupUtil::GetThreadGroupInfo(jvmtiEnv* env, in GetThreadGroupInfo() function in openjdkjvmti::ThreadGroupUtil
DOpenjdkJvmTi.cc265 static jvmtiError GetThreadGroupInfo(jvmtiEnv* env, in GetThreadGroupInfo() function in openjdkjvmti::JvmtiFunctions
269 return ThreadGroupUtil::GetThreadGroupInfo(env, group, info_ptr); in GetThreadGroupInfo()
1518 JvmtiFunctions::GetThreadGroupInfo,
/art/test/925-threadgroups/
Dthreadgroups.cc60 jvmtiError result = jvmti_env->GetThreadGroupInfo(group, &info); in Java_art_Test925_getThreadGroupInfo()
/art/openjdkjvmti/include/
Djvmti.h1068 jvmtiError (JNICALL *GetThreadGroupInfo) (jvmtiEnv* env,
1887 jvmtiError GetThreadGroupInfo(jthreadGroup group, in GetThreadGroupInfo() function
1889 return functions->GetThreadGroupInfo(this, group, info_ptr); in GetThreadGroupInfo()