| 70 | } |
| 71 | |
| 72 | void SequenceBarrierTestsFixture::CountDownEventSequence::setValue(std::int64_t value) |
| 73 | { |
| 74 | m_sequenceImplementation->setValue(value); |
| 75 | } |
| 76 | |
| 77 | bool SequenceBarrierTestsFixture::CountDownEventSequence::compareAndSet(std::int64_t expectedSequence, std::int64_t nextSequence) |
| 78 | { |
no outgoing calls
no test coverage detected