Kernel: Preempt Single core on redudant yields.

This commit is contained in:
Fernando Sahmkow 2020-03-10 13:13:39 -04:00
parent a439cdf22e
commit d494b074e8
6 changed files with 42 additions and 21 deletions

View file

@ -212,6 +212,8 @@ public:
/// Exceptional exit the OS.
void ExceptionalExit();
bool IsMulticore() const;
private:
friend class Object;
friend class Process;