Home
last modified time | relevance | path

Searched refs:PutHandleThreadDataTime (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_safe_block_queue_test.cpp101 void PutHandleThreadDataTime(DemoThreadData& q, int i, std::chrono::system_clock::time_point absTim… in PutHandleThreadDataTime() function
233 …threads[i] = std::thread(PutHandleThreadDataTime, std::ref(demoDatas[i]), i, system_clock::from_ti…
302 …threads[i] = std::thread(PutHandleThreadDataTime, std::ref(demoDatas[i]), i, system_clock::from_ti…
505 threads[i] = std::thread(PutHandleThreadDataTime,
573 threadsin[i] = std::thread(PutHandleThreadDataTime,
616 threadsin[i] = std::thread(PutHandleThreadDataTime,
H A Dutils_safe_block_queue_tracking.cpp110 void PutHandleThreadDataTime(DemoThreadData& q, int i, std::chrono::system_clock::time_point absTim… in PutHandleThreadDataTime() function
241 …threads[i] = std::thread(PutHandleThreadDataTime, std::ref(demoDatas[i]), i, system_clock::from_ti…
323 …threads[i] = std::thread(PutHandleThreadDataTime, std::ref(demoDatas[i]), i, system_clock::from_ti…
594 …threads[i] = std::thread(PutHandleThreadDataTime, std::ref(demoDatas[i]), i, system_clock::from_ti…
661 threadsin[i] = std::thread(PutHandleThreadDataTime,
H A Dutils_safe_queue_test.cpp62 void PutHandleThreadDataTime(DemoThreadData &q, int i, std::chrono::system_clock::time_point absTim… in PutHandleThreadDataTime() function
94 threads[i] = std::thread(PutHandleThreadDataTime, in AllThreadPut()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_benchmark_test/
H A Dsafe_block_queue_benchmark_test.cpp118 void PutHandleThreadDataTime(DemoThreadData& q, int i, in PutHandleThreadDataTime() function
269 threads[i] = std::thread(PutHandleThreadDataTime, in BENCHMARK_F()
300 threads[i] = std::thread(PutHandleThreadDataTime, in BENCHMARK_F()
495 threads[i] = std::thread(PutHandleThreadDataTime, in BENCHMARK_F()
544 threadsin[i] = std::thread(PutHandleThreadDataTime, in BENCHMARK_F()
591 threadsin[i] = std::thread(PutHandleThreadDataTime, in BENCHMARK_F()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp268 void PutHandleThreadDataTime(DemoThreadData& q, int i, std::chrono::system_clock::time_point absTim… in PutHandleThreadDataTime() function
400 …threads[i] = std::thread(PutHandleThreadDataTime, std::ref(demoDatas[i]), i, system_clock::from_ti…
469 …threads[i] = std::thread(PutHandleThreadDataTime, std::ref(demoDatas[i]), i, system_clock::from_ti…
672 threads[i] = std::thread(PutHandleThreadDataTime,
740 threadsin[i] = std::thread(PutHandleThreadDataTime,
783 threadsin[i] = std::thread(PutHandleThreadDataTime,
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_tracking_benchmark_test/
H A Dsafe_block_queue_tracking_benchmark_test.cpp135 void PutHandleThreadDataTime(DemoThreadData& q, int i, in PutHandleThreadDataTime() function
294 StartThreads(threads, PutHandleThreadDataTime, demoDatas, timeT); in BENCHMARK_F()
351 StartThreads(threads, PutHandleThreadDataTime, demoDatas, timeT); in BENCHMARK_F()
569 StartThreads(threads, PutHandleThreadDataTime, demoDatas, timeT); in BENCHMARK_F()
620 StartThreads(threadsin, PutHandleThreadDataTime, demoDatas, timeT); in BENCHMARK_F()
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_queue_benchmark_test/
H A Dsafe_queue_benchmark_test.cpp103 void PutHandleThreadDataTime(DemoThreadData &q, int i, std::chrono::system_clock::time_point absTim… in PutHandleThreadDataTime() function
146 threads[i] = std::thread(PutHandleThreadDataTime, in AllThreadPut()