Commit Graph

4 Commits

Author SHA1 Message Date
Michael Scire
ccab6aa737 pm: Support for 6.0.0 2018-09-08 23:47:15 -07:00
hexkyz
5cecc78d51 Add and fix copyright notices for better GPL compliance (thanks @naehrwert and @CTCaer). 2018-09-07 16:00:13 +01:00
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
Michael Scire
b657d4adb5 ProcessManager: Implement core process management logic. 2018-05-03 23:58:37 -06:00