Searched refs:GetThreads (Results 1 – 5 of 5) sorted by relevance
193 EXPECT_EQ(runtime_->GetThreads().size(), 3u);195 for (auto &pair : runtime_->GetThreads()) {
307 EXPECT_EQ(runtime_->GetThreads().size(), 7u);309 for (auto &pair : runtime_->GetThreads()) {
94 const std::map<pid_t, VirtualThread> &GetThreads() const in GetThreads() function
68 const std::map<pid_t, VirtualThread> &GetThreads() const in GetThreads() function
266 const auto &threadMaps = virtualRuntime_.GetThreads(); in OutputJsonRuntimeInfo()