os: adopt nintendo ReaderWriter naming over ReadWrite
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
namespace ams::os {
|
||||
|
||||
constexpr inline s32 ReadWriteLockCountMax = (1 << (BITSIZEOF(u16) - 1)) - 1;
|
||||
constexpr inline s32 ReadWriteLockWaiterCountMax = (1 << BITSIZEOF(u8)) - 1;
|
||||
constexpr inline s32 ReaderWriterLockCountMax = (1 << (BITSIZEOF(u16) - 1)) - 1;
|
||||
constexpr inline s32 ReaderWriterLockWaiterCountMax = (1 << BITSIZEOF(u8)) - 1;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user