Home | History | Annotate | Download | only in 925-threadgroups

Lines Matching refs:groups

35 //   // Returns an array where element 0 is an array of threads and element 1 is an array of groups.
40 jthreadGroup* groups;
42 jvmtiError result = jvmti_env->GetTopThreadGroups(&group_count, &groups);
48 return groups[index];
52 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(groups));
94 jthreadGroup* groups;
100 &groups);
113 // Groups.
115 return groups[index];
123 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(groups));