Home
last modified time | relevance | path

Searched refs:TestCodeThread (Results 1 – 3 of 3) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dsubcommand_stat_test.cpp44 static void TestCodeThread(int &tid);
88 void SubCommandStatTest::TestCodeThread(int &tid) in TestCodeThread() function in OHOS::Developtools::HiPerf::SubCommandStatTest
360 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
412 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
449 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
512 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
548 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
609 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
644 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
679 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
[all …]
Dperf_events_test.cpp41 static void TestCodeThread(void);
86 void PerfEventsTest::TestCodeThread() in TestCodeThread() function in OHOS::Developtools::HiPerf::PerfEventsTest
115 threads.emplace_back(std::thread(&TestCodeThread)); in RunTestThreads()
226 TestCodeThread();
266 TestCodeThread();
/developtools/hiperf/demo/cpp/
Dhiperf_demo.cpp24 void TestCodeThread(int id) in TestCodeThread() function
72 std::thread workload(TestCodeThread, 0); in main()