mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 04:08:08 +00:00
Kernel: Rename queue_runnable_thread() => enqueue_runnable_thread()
This commit is contained in:
@@ -167,7 +167,7 @@ bool Scheduler::dequeue_runnable_thread(Thread& thread, bool check_affinity)
|
||||
});
|
||||
}
|
||||
|
||||
void Scheduler::queue_runnable_thread(Thread& thread)
|
||||
void Scheduler::enqueue_runnable_thread(Thread& thread)
|
||||
{
|
||||
VERIFY(g_scheduler_lock.own_lock());
|
||||
if (thread.is_idle_thread())
|
||||
|
||||
Reference in New Issue
Block a user