Kernel: Clang Format
This commit is contained in:
committed by
FernandoS27
parent
3818e875cd
commit
36d2e3d56a
@@ -281,7 +281,8 @@ void GlobalScheduler::PreemptThreads() {
|
||||
UnloadThread(winner->GetProcessorID());
|
||||
}
|
||||
TransferToCore(winner->GetPriority(), core_id, winner);
|
||||
current_thread = winner->GetPriority() <= current_thread->GetPriority() ? winner : current_thread;
|
||||
current_thread =
|
||||
winner->GetPriority() <= current_thread->GetPriority() ? winner : current_thread;
|
||||
}
|
||||
|
||||
if (current_thread != nullptr && current_thread->GetPriority() > priority) {
|
||||
|
||||
Reference in New Issue
Block a user