Home
last modified time | relevance | path

Searched refs:threadsout (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_safe_block_queue_test.cpp554 std::thread threadsout[THREAD_NUM]; variable
568 threadsout[i] = std::thread(GetHandleThreadDataTime,
582 ThreadsJoin(threadsout);
599 std::thread threadsout[THREAD_NUM]; variable
621 threadsout[i] = std::thread(GetHandleThreadDataTime,
630 ThreadsJoin(threadsout);
H A Dutils_safe_block_queue_tracking.cpp640 std::thread threadsout[THREAD_NUM]; variable
666 threadsout[i] = std::thread(GetAndOneTaskDoneHandleThreadDataTime,
683 for (auto& thdout : threadsout) {
/ohos5.0/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()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp721 std::thread threadsout[THREAD_NUM]; variable
735 threadsout[i] = std::thread(GetHandleThreadDataTime,
749 ThreadsJoin(threadsout);
766 std::thread threadsout[THREAD_NUM]; variable
788 threadsout[i] = std::thread(GetHandleThreadDataTime,
797 ThreadsJoin(threadsout);
/ohos5.0/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()