mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Kernel: Mark a handful of things in Thread.cpp READONLY_AFTER_INIT
This commit is contained in:
parent
c5c68bbd84
commit
49f463f557
Notes:
sideshowbarker
2024-07-18 22:18:55 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/49f463f5579
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
namespace Kernel {
|
||||
|
||||
SpinLock<u8> Thread::g_tid_map_lock;
|
||||
HashMap<ThreadID, Thread*>* Thread::g_tid_map;
|
||||
READONLY_AFTER_INIT HashMap<ThreadID, Thread*>* Thread::g_tid_map;
|
||||
|
||||
void Thread::initialize()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue