mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 19:25:10 +00:00
Kernel: Rename queue_runnable_thread() => enqueue_runnable_thread()
This commit is contained in:
parent
0910979dec
commit
2be368e4c4
3 changed files with 3 additions and 3 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue