MCPcopy Create free account
hub / github.com/Abc-Arbitrage/Disruptor-cpp / reset

Method reset

Disruptor.PerfTests/OneToOneRawThroughputTest.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected