Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_thread_pool_test.cpp107 void TestFuncAddOneTime(int& i) in TestFuncAddOneTime() function
130 auto task = std::bind(TestFuncAddOneTime, i);
160 auto task = std::bind(TestFuncAddOneTime, i);
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/thread_pool_benchmark_test/
H A Dthread_pool_benchmark_test.cpp144 void TestFuncAddOneTime(int& i) in TestFuncAddOneTime() function
186 AddPoolTaskByForLoop(pool, loopIterations1, TestFuncAddOneTime); in BENCHMARK_F()
224 AddPoolTaskByForLoop(pool, loopIterations1, TestFuncAddOneTime); in BENCHMARK_F()