| 559 | } |
| 560 | |
| 561 | void CaptureDataWriteThreadImpl(Holder& holder, uint32_t capturePeriod, const std::vector<uint16_t>& counterIds) |
| 562 | { |
| 563 | holder.SetCaptureData(capturePeriod, counterIds, {}); |
| 564 | } |
| 565 | |
| 566 | void CaptureDataReadThreadImpl(const Holder& holder, CaptureData& captureData) |
| 567 | { |
nothing calls this directly
no test coverage detected