mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
os: implement ReadWriteLock
This commit is contained in:
parent
6eb77e69c4
commit
97cba5e881
20 changed files with 941 additions and 66 deletions
|
@ -22,6 +22,7 @@ namespace ams::os {
|
|||
|
||||
/* Tick API. */
|
||||
Tick GetSystemTick();
|
||||
Tick GetSystemTickOrdered();
|
||||
s64 GetSystemTickFrequency();
|
||||
TimeSpan ConvertToTimeSpan(Tick tick);
|
||||
Tick ConvertToTick(TimeSpan ts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue