Atmosphere-libs/source
Léo Lam f4212ff213 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
..
multithreadedwaitablemanager.cpp stratosphere: Use RAII for locks 2018-07-10 09:38:18 -07:00
waitablemanager.cpp stratosphere: Use RAII for locks 2018-07-10 09:38:18 -07:00