mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 05:15:47 +00:00
Kernel: Preempt Single core on redudant yields.
This commit is contained in:
parent
ebb640e968
commit
0963ff1ae9
6 changed files with 42 additions and 21 deletions
|
@ -212,6 +212,8 @@ public:
|
|||
/// Exceptional exit the OS.
|
||||
void ExceptionalExit();
|
||||
|
||||
bool IsMulticore() const;
|
||||
|
||||
private:
|
||||
friend class Object;
|
||||
friend class Process;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue