This commit is contained in:
Simon
2025-07-13 16:34:52 +02:00
parent 68cb30210f
commit 42f2dd6028
4 changed files with 32 additions and 4 deletions

View File

@@ -62,6 +62,9 @@ bool Scheduler::isActive(const Thread* thread, unsigned int* cpu) {
return false;
}
bool Scheduler::isEmpty() const { return false; }
void Scheduler::setIdle(IdleThread* that) { (void)that; }