1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 05:53:24 +01:00
Atmosphere/stratosphere/libstratosphere
Léo Lam 5b3e8e1c5d stratosphere: Use RAII for locks
This renames the Mutex class member functions so that the mutex types
satisfy Lockable.

This makes them usable with standard std::scoped_lock
and std::unique_lock, which lets us use RAII and avoids the need
for a custom RAII wrapper :)
2018-07-10 09:38:18 -07:00
..
include stratosphere: Use RAII for locks 2018-07-10 09:38:18 -07:00
source stratosphere: Use RAII for locks 2018-07-10 09:38:18 -07:00
.gitignore Stratosphere: extract common code to libstratosphere. 2018-04-21 20:31:06 -06:00
Makefile Stratosphere: extract common code to libstratosphere. 2018-04-21 20:31:06 -06:00