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