| 133 | |
| 134 | template <typename IndexType, typename AtomicType> |
| 135 | FIFOReadWritePosition<IndexType, AtomicType>::FIFOReadWritePosition() { reset (1); } |
| 136 | |
| 137 | template <typename IndexType, typename AtomicType> void FIFOReadWritePosition<IndexType, AtomicType>::reset (size_t size) |
| 138 | { |
nothing calls this directly
no outgoing calls
no test coverage detected