MCPcopy Create free account
hub / github.com/audacity/audacity / CloseLock

Method CloseLock

libraries/lib-wave-track/Sequence.cpp:90–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90bool Sequence::CloseLock() noexcept
91{
92 const size_t blockCount = mBlockCount.load(std::memory_order_relaxed);
93
94 for (unsigned int i = 0; i < blockCount; i++)
95 mBlock[i].sb->CloseLock();
96
97 return true;
98}
99
100SampleFormats Sequence::GetSampleFormats() const
101{

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected