diff options
author | Tom <tomut@yahoo.com> | 2021-01-27 22:58:24 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-01-28 17:35:41 +0100 |
commit | d5472426ecb0a6c1e784add823c83b38e1b5ccb7 (patch) | |
tree | 6606d8c0a9bf7b7cf4877a72da2c1f8d1e33abd1 /Kernel/VM/MemoryManager.cpp | |
parent | e55d227f93791e56126f8d041d0a505ff10bf033 (diff) | |
download | serenity-d5472426ecb0a6c1e784add823c83b38e1b5ccb7.zip |
Kernel: Retire SchedulerData and add Thread lookup table
This allows us to get rid of the thread lists in SchedulerData.
Also, instead of iterating over all threads to find a thread by id,
just use a lookup table. In the rare case of having to iterate over
all threads, just iterate the lookup table.
Diffstat (limited to 'Kernel/VM/MemoryManager.cpp')
0 files changed, 0 insertions, 0 deletions