mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 19:54:22 -04:00
libstrat: namespace hossynch.hpp
This commit is contained in:
parent
73d904036d
commit
bb223eb5ae
57 changed files with 923 additions and 773 deletions
|
@ -171,7 +171,7 @@ namespace sts::pm::impl {
|
|||
|
||||
class ProcessList final {
|
||||
private:
|
||||
HosMutex lock;
|
||||
os::Mutex lock;
|
||||
std::vector<std::shared_ptr<ProcessInfo>> processes;
|
||||
public:
|
||||
void Lock() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue