Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_safe_block_queue_tracking.cpp117 void GetAndOneTaskDoneHandleThreadDataTime(DemoThreadData& q, int i, std::chrono::system_clock::tim… in GetAndOneTaskDoneHandleThreadDataTime() function
380 threads[i] = std::thread(GetAndOneTaskDoneHandleThreadDataTime,
456 threads[i] = std::thread(GetAndOneTaskDoneHandleThreadDataTime,
531 threads[i] = std::thread(GetAndOneTaskDoneHandleThreadDataTime,
666 threadsout[i] = std::thread(GetAndOneTaskDoneHandleThreadDataTime,
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_tracking_benchmark_test/
H A Dsafe_block_queue_tracking_benchmark_test.cpp142 void GetAndOneTaskDoneHandleThreadDataTime(DemoThreadData& q, int i, in GetAndOneTaskDoneHandleThreadDataTime() function
397 StartThreads(threads, GetAndOneTaskDoneHandleThreadDataTime, demoDatas, timeT); in BENCHMARK_F()
466 StartThreads(threads, GetAndOneTaskDoneHandleThreadDataTime, demoDatas, timeT); in BENCHMARK_F()
518 StartThreads(threads, GetAndOneTaskDoneHandleThreadDataTime, demoDatas, timeT); in BENCHMARK_F()
621 StartThreads(threadsout, GetAndOneTaskDoneHandleThreadDataTime, demoDatas, timeT); in BENCHMARK_F()