Home
last modified time | relevance | path

Searched refs:TestRun02 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_thread_test.cpp64 bool TestRun02(int& data) in TestRun02() function
188 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, false, TestRun02);
215 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun02);
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/thread_benchmark_test/
H A Dthread_benchmark_test.cpp72 bool TestRun02(int& data) in TestRun02() function
253 …::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, false, TestRun02); in BENCHMARK_F()
273 …d::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun02); in BENCHMARK_F()