Atmosphere/stratosphere/pm/source
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
..
pm_boot_mode.cpp fs.mitm: WIP LayeredFS impl (NOTE: UNUSABLE ATM) 2018-06-14 17:51:18 -06:00
pm_boot_mode.hpp Make PM Compile. Note: Currently broken. 2018-06-14 23:32:01 -06:00
pm_debug_monitor.cpp stratosphere: Use RAII for locks 2018-07-10 09:38:18 -07:00
pm_debug_monitor.hpp Make PM Compile. Note: Currently broken. 2018-06-14 23:32:01 -06:00
pm_info.cpp stratosphere: Use RAII for locks 2018-07-10 09:38:18 -07:00
pm_info.hpp Make PM Compile. Note: Currently broken. 2018-06-14 23:32:01 -06:00
pm_main.cpp Exosphere: Add API for retrieving versioning info. 2018-05-09 06:29:56 -06:00
pm_process_track.cpp PM: Fix remaining issues, now works properly again. 2018-06-15 00:47:07 -06:00
pm_process_track.hpp ProcessManager: Implement core process management logic. 2018-05-03 23:58:37 -06:00
pm_process_wait.hpp stratosphere: Use RAII for locks 2018-07-10 09:38:18 -07:00
pm_registration.cpp stratosphere: Use RAII for locks 2018-07-10 09:38:18 -07:00
pm_registration.hpp stratosphere: Use RAII for locks 2018-07-10 09:38:18 -07:00
pm_resource_limits.cpp Fix the remaining warnings in stratosphère 2018-05-15 00:54:12 +02:00
pm_resource_limits.hpp ProcessManager: Refactor resource limits, complete pm:shell. 2018-05-07 03:50:45 -06:00
pm_shell.cpp stratosphere: Use RAII for locks 2018-07-10 09:38:18 -07:00
pm_shell.hpp Make PM Compile. Note: Currently broken. 2018-06-14 23:32:01 -06:00