Searched defs:groups (Results 1 - 3 of 3) sorted by relevance

/art/test/925-threadgroups/
H A Dthreadgroups.cc35 // // Returns an array where element 0 is an array of threads and element 1 is an array of groups.
40 jthreadGroup* groups; local
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; local
100 &groups);
115 return groups[index];
123 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(groups));
/art/openjdkjvmti/
H A Dti_threadgroup.cc81 jthreadGroup* groups = reinterpret_cast<jthreadGroup*>(data); local
82 *groups =
84 *groups_ptr = groups;
193 // Get the ThreadGroup[] "groups" out of this thread group...
/art/runtime/jdwp/
H A Djdwp_handler.cc188 Dbg::GetThreads(nullptr /* all thread groups */, &thread_ids);
199 * List all thread groups that do not have a parent.
204 * TODO: maintain a list of parentless thread groups in the VM.
209 uint32_t groups = 1; local
210 expandBufAdd4BE(pReply, groups);
1144 * Return the active threads and thread groups that are part of the

Completed in 376 milliseconds