mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-22 02:45:07 -04:00
os: implement ReadWriteLock
This commit is contained in:
parent
6eb77e69c4
commit
97cba5e881
20 changed files with 941 additions and 66 deletions
|
@ -27,4 +27,8 @@ namespace ams::os::impl {
|
|||
return GetTickManager().GetTick();
|
||||
}
|
||||
|
||||
ALWAYS_INLINE Tick GetCurrentTickOrdered() {
|
||||
return GetTickManager().GetSystemTickOrdered();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue