Searched refs:TestCodeThread (Results 1 – 3 of 3) sorted by relevance
45 static void TestCodeThread(int &tid);94 void SubCommandStatTest::TestCodeThread(int &tid) in TestCodeThread() function in OHOS::Developtools::HiPerf::SubCommandStatTest367 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));427 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));470 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));539 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));575 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));611 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));653 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));687 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()