| 65 | } |
| 66 | |
| 67 | OneToOneRawThroughputTest::MyRunnable::MyRunnable(const std::shared_ptr< ISequencer< boost::any > >& sequencer) |
| 68 | { |
| 69 | m_barrier = sequencer->newBarrier({}); |
| 70 | } |
| 71 | |
| 72 | void OneToOneRawThroughputTest::MyRunnable::reset(const std::shared_ptr< Tests::ManualResetEvent >& latch, std::int64_t expectedCount) |
| 73 | { |
nothing calls this directly
no test coverage detected