summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings/ExceptionOrUtils.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-08-25 16:46:13 +0200
committerAndreas Kling <kling@serenityos.org>2022-08-26 01:04:51 +0200
commita3b2b20782c2961e06a0f86f06f2955c00282612 (patch)
tree4989b7c7b1c65bc14d9c0ba629275cffb0cf3175 /Userland/Libraries/LibWeb/Bindings/ExceptionOrUtils.h
parent36225c0ae7c3648dddd1bcfc7b9cf8af67c809a5 (diff)
downloadserenity-a3b2b20782c2961e06a0f86f06f2955c00282612.zip
Kernel: Remove global MM lock in favor of SpinlockProtected
Globally shared MemoryManager state is now kept in a GlobalData struct and wrapped in SpinlockProtected. A small set of members are left outside the GlobalData struct as they are only set during boot initialization, and then remain constant. This allows us to access those members without taking any locks.
Diffstat (limited to 'Userland/Libraries/LibWeb/Bindings/ExceptionOrUtils.h')
0 files changed, 0 insertions, 0 deletions