Searched refs:GetThreads (Results 1 – 5 of 5) sorted by relevance
189 EXPECT_EQ(runtime_->GetThreads().size(), 3u);191 for (auto &pair : runtime_->GetThreads()) {
317 EXPECT_EQ(runtime_->GetThreads().size(), 7u);319 for (auto &pair : runtime_->GetThreads()) {
71 const std::map<pid_t, VirtualThread> &GetThreads() const in GetThreads() function
136 const std::map<pid_t, VirtualThread> &GetThreads() const in GetThreads() function
267 const auto &threadMaps = virtualRuntime_.GetThreads(); in OutputJsonRuntimeInfo()