Searched refs:subTids (Results 1 – 1 of 1) sorted by relevance
652 std::vector<pid_t> subTids = GetSubthreadIDs(selectPid, thread_map_); in OnSubCommand() local653 if (!subTids.empty()) { in OnSubCommand()654 pids.insert(pids.end(), subTids.begin(), subTids.end()); in OnSubCommand()