mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 10:07:53 +00:00
kernel: instantiate memory separately for each guest process
This commit is contained in:
parent
84a1054801
commit
e2b5f2392e
17 changed files with 82 additions and 127 deletions
|
@ -170,10 +170,6 @@ public:
|
|||
/// Stops execution of 'id' core, in order to reschedule a new thread.
|
||||
void PrepareReschedule(std::size_t id);
|
||||
|
||||
Core::ExclusiveMonitor& GetExclusiveMonitor();
|
||||
|
||||
const Core::ExclusiveMonitor& GetExclusiveMonitor() const;
|
||||
|
||||
KAutoObjectWithListContainer& ObjectListContainer();
|
||||
|
||||
const KAutoObjectWithListContainer& ObjectListContainer() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue