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));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 …]
41 static void TestCodeThread(void);92 void PerfEventsTest::TestCodeThread() in TestCodeThread() function in OHOS::Developtools::HiPerf::PerfEventsTest120 threads.emplace_back(std::thread(&TestCodeThread)); in RunTestThreads()233 TestCodeThread();273 TestCodeThread();
24 void TestCodeThread(int id) in TestCodeThread() function72 std::thread workload(TestCodeThread, 0); in main()