Home
last modified time | relevance | path

Searched refs:threads_ (Results 1 – 8 of 8) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/test/app/
Dbusy_workers.cpp86 threads_.emplace_back(std::thread(&Controller::Work, this, i)); in StartWorkers()
113 threads_[i].join(); in StopWorkers()
164 std::vector<std::thread> threads_; member
/developtools/hiperf/test/unittest/common/native/
Dreport_json_file_test.cpp492 ASSERT_EQ(configIt->second.processes_.at(2).threads_.size(), 1u);
493 EXPECT_EQ(configIt->second.processes_.at(2).threads_.at(3).tid_, 3);
494 EXPECT_EQ(configIt->second.processes_.at(2).threads_.at(3).eventCount_, 4u);
495 EXPECT_EQ(configIt->second.processes_.at(2).threads_.at(3).sampleCount_, 1u);
516 ASSERT_EQ(configIt->second.processes_.begin()->second.threads_.size(), 2u);
518 ReportThreadItem &thread = process.threads_.begin()->second;
550 ReportThreadItem &thread = process.threads_.begin()->second;
Dutilities_test.cpp38 std::vector<std::thread> threads_; member in OHOS::Developtools::HiPerf::UtilitiesTest
80 threads_.emplace_back(std::thread(&UtilitiesTest::TestThread, this)); in StartThreads()
97 for (std::thread &t : this->threads_) { in ExitThreads()
/developtools/hiperf/src/
Dreport_json_file.cpp57 for (auto &thread : process.second.threads_) { in UpdateCallNodeEventCount()
98 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportSample()
199 auto &thread = GetOrCreateMapItem(process.threads_, tid); in UpdateReportCallStack()
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dutilities_test.cpp39 std::vector<std::thread> threads_; member in OHOS::Developtools::NativeDaemon::UtilitiesTest
81 threads_.emplace_back(std::thread(&UtilitiesTest::TestThread, this)); in StartThreads()
98 for (std::thread &t : this->threads_) { in ExitThreads()
/developtools/hiperf/include/
Dreport_json_file.h318 std::map<pid_t, ReportThreadItem> threads_; member
326 OutputJsonMapList(output, "threads", threads_); in OutputJson()
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp1037 threads_.emplace_back(threads); in AppendNewData()
1058 return threads_; in Threads()
1083 threads_.emplace_back(threads); in AppendNewData()
1123 return threads_; in Threads()
Dtrace_stdtype.h1149 threads_.clear(); in Clear()
1163 std::deque<int32_t> threads_ = {}; variable
1188 threads_.clear(); in Clear()
1196 std::deque<int64_t> threads_ = {}; variable