Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/test/benchmarktest/safe_block_queue_benchmark_test/
Dsafe_block_queue_benchmark_test.cpp31 class BenchmarkSafeBlockQueue : public benchmark::Fixture { class
41 BenchmarkSafeBlockQueue() in BenchmarkSafeBlockQueue() function in OHOS::__anon936e13d90111::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
336 BENCHMARK_F(BenchmarkSafeBlockQueue, testMutilthreadConcurrentGetAndBlockInblankqueue001)(benchmark… in BENCHMARK_F() argument
387 BENCHMARK_F(BenchmarkSafeBlockQueue, testMutilthreadConcurrentGetAndBlockInfullqueue001)(benchmark:… in BENCHMARK_F() argument
436 BENCHMARK_F(BenchmarkSafeBlockQueue, testMutilthreadConcurrentGetAndBlockInnotfullqueue001)(benchma… in BENCHMARK_F() argument
[all …]