Spinscale: create new namespace sscl

This commit is contained in:
2025-12-27 16:21:22 -04:00
parent 0c4f427c0a
commit 34d76df7d9
67 changed files with 434 additions and 429 deletions
@@ -92,7 +92,7 @@ void StimulusProducer::destroyAttachedStimulusBuffer(
void StimulusProducer::stop()
{
{
SpinLock::Guard lock(shouldContinueLock);
sscl::SpinLock::Guard lock(shouldContinueLock);
shouldContinue = false;
}
@@ -131,7 +131,7 @@ void StimulusProducer::onTimeout(const boost::system::error_code& error)
return;
}
SpinLock::Guard lock(shouldContinueLock);
sscl::SpinLock::Guard lock(shouldContinueLock);
if (!shouldContinue)
{ return; }