fooo
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user