1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 14:03:25 +01:00
Atmosphere/stratosphere
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
..
boot Boot: Fully implemented GPIO and PINMUX handling 2018-06-02 22:32:51 +01:00
boot2 Replace std::make_tuple with simpler syntax (#77) 2018-05-05 11:41:39 -07:00
creport creport: Add dying message to output report, if relevant. 2018-06-26 00:51:53 -06:00
fs_mitm stratosphere: Use RAII for locks 2018-07-10 09:38:18 -07:00
libstratosphere stratosphere: Use RAII for locks 2018-07-10 09:38:18 -07:00
loader Loader: Fix argument passing. 2018-06-24 21:39:05 -06:00
pm stratosphere: Use RAII for locks 2018-07-10 09:38:18 -07:00
sm Modernize C++ usage (#144) 2018-06-19 11:07:31 -07:00
Makefile Revamp all the Makefiles (thanks @fincs @WinterMute) 2018-05-19 01:07:27 +02:00