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));
414 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
451 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
514 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
550 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
586 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
622 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
656 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
[all …]
Dperf_events_test.cpp41 static void TestCodeThread(void);
92 void PerfEventsTest::TestCodeThread() in TestCodeThread() function in OHOS::Developtools::HiPerf::PerfEventsTest
120 threads.emplace_back(std::thread(&TestCodeThread)); in RunTestThreads()
233 TestCodeThread();
273 TestCodeThread();
/developtools/hiperf/demo/cpp/
Dhiperf_demo.cpp24 void TestCodeThread(int id) in TestCodeThread() function
72 std::thread workload(TestCodeThread, 0); in main()