[*] Linux: build regressions
This commit is contained in:
parent
0f88b16395
commit
81775a76bf
@ -142,8 +142,6 @@ namespace Aurora::Threading::Primitives
|
|||||||
|
|
||||||
RUNTIME_ASSERT_SHUTDOWN_SAFE(bStatus, "semaphore wait failed: {}", ret)
|
RUNTIME_ASSERT_SHUTDOWN_SAFE(bStatus, "semaphore wait failed: {}", ret)
|
||||||
}
|
}
|
||||||
|
|
||||||
old = this->dwState_;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
AuAtomicSub<AuUInt32>(&this->dwSleeping_, 1u);
|
AuAtomicSub<AuUInt32>(&this->dwSleeping_, 1u);
|
||||||
|
@ -174,7 +174,7 @@ namespace Aurora::Threading::Threads
|
|||||||
#if defined(AURORA_IS_POSIX_DERIVED)
|
#if defined(AURORA_IS_POSIX_DERIVED)
|
||||||
if (this->terminated_)
|
if (this->terminated_)
|
||||||
{
|
{
|
||||||
WaitFor(this->terminated_.get());
|
this->terminated_->Lock();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user