/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_safe_block_queue_test.cpp | 101 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 D | utils_safe_block_queue_tracking.cpp | 110 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 D | utils_safe_queue_test.cpp | 62 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 D | safe_block_queue_benchmark_test.cpp | 118 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 D | audio_utils_unit_test.cpp | 268 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 D | safe_block_queue_tracking_benchmark_test.cpp | 135 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 D | safe_queue_benchmark_test.cpp | 103 void PutHandleThreadDataTime(DemoThreadData &q, int i, std::chrono::system_clock::time_point absTim… in PutHandleThreadDataTime() function 146 threads[i] = std::thread(PutHandleThreadDataTime, in AllThreadPut()
|