Searched refs:child_thread_ids (Results 1 – 1 of 1) sorted by relevance
2169 std::vector<JDWP::ObjectId> child_thread_ids; in GetThreadGroupChildren() local2170 GetThreads(thread_group, &child_thread_ids); in GetThreadGroupChildren()2171 expandBufAdd4BE(pReply, child_thread_ids.size()); in GetThreadGroupChildren()2172 for (JDWP::ObjectId child_thread_id : child_thread_ids) { in GetThreadGroupChildren()