| 56 | } |
| 57 | |
| 58 | void OneToOneRawBatchThroughputTest::MyRunnable::reset(const std::shared_ptr< Tests::ManualResetEvent >& latch, std::int64_t expectedCount) |
| 59 | { |
| 60 | m_latch = latch; |
| 61 | m_expectedCount = expectedCount; |
| 62 | } |
| 63 | |
| 64 | void OneToOneRawBatchThroughputTest::MyRunnable::run() |
| 65 | { |