Home
last modified time | relevance | path

Searched refs:threadsout (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_benchmark_test/
H A Dsafe_block_queue_benchmark_test.cpp531 std::thread threadsout[THREAD_NUM]; in BENCHMARK_F() local
540 threadsout[i] = std::thread(GetHandleThreadDataTime, in BENCHMARK_F()
558 for (auto& t : threadsout) { in BENCHMARK_F()
580 std::thread threadsout[THREAD_NUM]; in BENCHMARK_F() local
595 threadsout[i] = std::thread(GetHandleThreadDataTime, in BENCHMARK_F()
609 for (auto& outThread : threadsout) { in BENCHMARK_F()
/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_safe_block_queue_test.cpp554 std::thread threadsout[THREAD_NUM]; in HWTEST_F() local
568 threadsout[i] = std::thread(GetHandleThreadDataTime, in HWTEST_F()
582 ThreadsJoin(threadsout); in HWTEST_F()
599 std::thread threadsout[THREAD_NUM]; in HWTEST_F() local
621 threadsout[i] = std::thread(GetHandleThreadDataTime, in HWTEST_F()
630 ThreadsJoin(threadsout); in HWTEST_F()
H A Dutils_safe_block_queue_tracking.cpp640 std::thread threadsout[THREAD_NUM]; in HWTEST_F() local
666 threadsout[i] = std::thread(GetAndOneTaskDoneHandleThreadDataTime, in HWTEST_F()
683 for (auto& t : threadsout) { in HWTEST_F()
/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_tracking_benchmark_test/
H A Dsafe_block_queue_tracking_benchmark_test.cpp607 std::thread threadsout[THREAD_NUM]; in BENCHMARK_F() local
621 StartThreads(threadsout, GetAndOneTaskDoneHandleThreadDataTime, demoDatas, timeT); in BENCHMARK_F()
634 for (auto& outThread : threadsout) { in BENCHMARK_F()

Completed in 5 milliseconds