Home
last modified time | relevance | path

Searched defs:BenchmarkSafeBlockQueue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_benchmark_test/
H A Dsafe_block_queue_benchmark_test.cpp31 class BenchmarkSafeBlockQueue : public benchmark::Fixture { class
41 BenchmarkSafeBlockQueue() in BenchmarkSafeBlockQueue() function in OHOS::__anondc08bdaf0110::BenchmarkSafeBlockQueue
160 BENCHMARK_F(BenchmarkSafeBlockQueue, testPut001)(benchmark::State& state) in BENCHMARK_F() argument
178 BENCHMARK_F(BenchmarkSafeBlockQueue, testGet001)(benchmark::State& state) in BENCHMARK_F() argument
237 BENCHMARK_F(BenchmarkSafeBlockQueue, testMutilthreadPutAndBlock001)(benchmark::State& state) in BENCHMARK_F() argument
258 BENCHMARK_F(BenchmarkSafeBlockQueue, testMutilthreadConcurrentPutAndBlockInblankqueue001)(benchmark… in BENCHMARK_F() argument
283 BENCHMARK_F(BenchmarkSafeBlockQueue, testMutilthreadConcurrentPutAndBlockInfullqueue001)(benchmark:… in BENCHMARK_F() argument
528 BENCHMARK_F(BenchmarkSafeBlockQueue, testMutilthreadConcurrentGetAndPopInblankqueue001)(benchmark::… in BENCHMARK_F() argument
577 BENCHMARK_F(BenchmarkSafeBlockQueue, testMutilthreadConcurrentGetAndPopInfullqueue001)(benchmark::S… in BENCHMARK_F() argument
626 BENCHMARK_F(BenchmarkSafeBlockQueue, testPushNoWait001)(benchmark::State& state) in BENCHMARK_F() argument
[all …]