| 207 | |
| 208 | protected: |
| 209 | void Initialize(CppBenchmark::ContextPC& context) override |
| 210 | { |
| 211 | _queue = std::make_shared<lock_bounded_queue_t<int>>(queue_bound_size); |
| 212 | _count = 1; |
| 213 | } |
| 214 | |
| 215 | void Cleanup(CppBenchmark::ContextPC& context) override |
| 216 | { |
nothing calls this directly
no outgoing calls
no test coverage detected