Searched refs:TestRun03 (Results 1 - 2 of 2) sorted by relevance
/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_thread_test.cpp | 70 bool TestRun03(int& data) in TestRun03() function 243 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, false, TestRun03); in HWTEST_F() 270 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun03); in HWTEST_F() 292 // times > 10, TestRun03 return false, thread exit in HWTEST_F() 303 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun03); in HWTEST_F() 327 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun03); in HWTEST_F() 382 std::unique_ptr<TestThread2> test = std::make_unique<TestThread2>(0, TestRun03); in HWTEST_F()
|
/commonlibrary/c_utils/base/test/benchmarktest/thread_benchmark_test/ |
H A D | thread_benchmark_test.cpp | 79 bool TestRun03(int& data) in TestRun03() function 81 BENCHMARK_LOGD("ThreadTest bool TestRun03 is called."); in TestRun03() 313 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, false, TestRun03); in BENCHMARK_F() 333 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun03); in BENCHMARK_F() 359 // g_times > 10, TestRun03 return false, thread exit in BENCHMARK_F() 376 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun03); in BENCHMARK_F() 426 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun03); in BENCHMARK_F() 479 std::unique_ptr<TestThread2> test = std::make_unique<TestThread2>(0, TestRun03); in BENCHMARK_F()
|
Completed in 2 milliseconds