os: implement ReadWriteLock
This commit is contained in:
@@ -37,6 +37,10 @@ namespace ams::os::impl {
|
||||
return this->impl.GetTick();
|
||||
}
|
||||
|
||||
ALWAYS_INLINE Tick GetSystemTickOrdered() const {
|
||||
return this->impl.GetSystemTickOrdered();
|
||||
}
|
||||
|
||||
ALWAYS_INLINE s64 GetTickFrequency() const {
|
||||
return this->impl.GetTickFrequency();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user