mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
Kernel: Rename queue_runnable_thread() => enqueue_runnable_thread()
This commit is contained in:
parent
0910979dec
commit
2be368e4c4
Notes:
sideshowbarker
2024-07-18 07:14:03 +09:00
Author: https://github.com/awesomekling
Commit: 2be368e4c4
3 changed files with 3 additions and 3 deletions
|
@ -1120,7 +1120,7 @@ void Thread::set_state(State new_state, u8 stop_signal)
|
|||
}
|
||||
|
||||
if (m_state == Runnable) {
|
||||
Scheduler::queue_runnable_thread(*this);
|
||||
Scheduler::enqueue_runnable_thread(*this);
|
||||
Processor::smp_wake_n_idle_processors(1);
|
||||
} else if (m_state == Stopped) {
|
||||
// We don't want to restore to Running state, only Runnable!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue