mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-23 08:06:11 +00:00
Kernel: Mark a handful of things in Thread.cpp READONLY_AFTER_INIT
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user