Searched refs:TestCodeThread (Results 1 – 3 of 3) sorted by relevance
51 static void TestCodeThread(int &tid);100 void SubCommandStatTest::TestCodeThread(int &tid) in TestCodeThread() function in OHOS::Developtools::HiPerf::SubCommandStatTest405 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 …]
45 static void TestCodeThread(void);90 void PerfEventsTest::TestCodeThread() in TestCodeThread() function in OHOS::Developtools::HiPerf::PerfEventsTest118 threads.emplace_back(std::thread(&TestCodeThread)); in RunTestThreads()234 TestCodeThread();274 TestCodeThread();
30 void TestCodeThread(int id) in TestCodeThread() function79 TestCodeThread(0); in main()