Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_thread_test.cpp58 bool TestRun01(int& data) in TestRun01() function
132 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, false, TestRun01);
160 std::unique_ptr<TestThread> test = std::make_unique<TestThread>(0, true, TestRun01);
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/thread_benchmark_test/
H A Dthread_benchmark_test.cpp65 bool TestRun01(int& data) in TestRun01() function
149 …::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, false, TestRun01); in BENCHMARK_F()
189 …d::unique_ptr<TestThread> test = std::make_unique<TestThread>(INITIAL_TEST_VALUE, true, TestRun01); in BENCHMARK_F()