[*] d589ce3549
missed header update
This commit is contained in:
parent
c3f7e625ba
commit
e86a414837
@ -25,6 +25,7 @@ namespace Aurora::Threading::Primitives
|
|||||||
|
|
||||||
bool LockMS(AuUInt64 timeout) override;
|
bool LockMS(AuUInt64 timeout) override;
|
||||||
bool LockNS(AuUInt64 timeout) override;
|
bool LockNS(AuUInt64 timeout) override;
|
||||||
|
bool LockAbsNS(AuUInt64 timeout) override;
|
||||||
bool TryLock() override;
|
bool TryLock() override;
|
||||||
|
|
||||||
void SlowLock() override;
|
void SlowLock() override;
|
||||||
|
Loading…
Reference in New Issue
Block a user