| 70 | } |
| 71 | |
| 72 | void OneToOneRawThroughputTest::MyRunnable::reset(const std::shared_ptr< Tests::ManualResetEvent >& latch, std::int64_t expectedCount) |
| 73 | { |
| 74 | m_latch = latch; |
| 75 | m_expectedCount = expectedCount; |
| 76 | } |
| 77 | |
| 78 | void OneToOneRawThroughputTest::MyRunnable::run() const |
| 79 | { |