Searched refs:TestCodeThread (Results 1 – 3 of 3) sorted by relevance
47 static void TestCodeThread(int &tid);96 void SubCommandStatTest::TestCodeThread(int &tid) in TestCodeThread() function in OHOS::Developtools::HiPerf::SubCommandStatTest369 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));429 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));472 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));541 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));655 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));689 std::thread t1(SubCommandStatTest::TestCodeThread, std::ref(tid1));[all …]
41 static void TestCodeThread(void);90 void PerfEventsTest::TestCodeThread() in TestCodeThread() function in OHOS::Developtools::HiPerf::PerfEventsTest118 threads.emplace_back(std::thread(&TestCodeThread)); in RunTestThreads()231 TestCodeThread();271 TestCodeThread();
30 void TestCodeThread(int id) in TestCodeThread() function79 TestCodeThread(0); in main()