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.cpp51 static void TestCodeThread(int &tid);
100 void SubCommandStatTest::TestCodeThread(int &tid) in TestCodeThread() function in OHOS::Developtools::HiPerf::SubCommandStatTest
405 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
465 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
508 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
577 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
613 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
649 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
691 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
725 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));
[all …]
Dperf_events_test.cpp45 static void TestCodeThread(void);
90 void PerfEventsTest::TestCodeThread() in TestCodeThread() function in OHOS::Developtools::HiPerf::PerfEventsTest
118 threads.emplace_back(std::thread(&TestCodeThread)); in RunTestThreads()
234 TestCodeThread();
274 TestCodeThread();
/developtools/hiperf/demo/cpp/
Dhiperf_demo.cpp30 void TestCodeThread(int id) in TestCodeThread() function
79 TestCodeThread(0); in main()