Searched refs:TestCodeThread (Results 1 – 3 of 3) sorted by relevance
44 static void TestCodeThread(int &tid);88 void SubCommandStatTest::TestCodeThread(int &tid) in TestCodeThread() function in OHOS::Developtools::HiPerf::SubCommandStatTest360 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 …]
41 static void TestCodeThread(void);86 void PerfEventsTest::TestCodeThread() in TestCodeThread() function in OHOS::Developtools::HiPerf::PerfEventsTest115 threads.emplace_back(std::thread(&TestCodeThread)); in RunTestThreads()226 TestCodeThread();266 TestCodeThread();
24 void TestCodeThread(int id) in TestCodeThread() function72 std::thread workload(TestCodeThread, 0); in main()