serenity/Kernel/Locking
Liav A. 2bba9411ca Kernel: Use the AK SetOnce container class in various cases
We have many places in the kernel code that we have boolean flags that
are only set once, and never reset again but are checked multiple times
before and after the time they're being set, which matches the purpose
of the SetOnce class.
2024-04-26 23:46:23 -06:00
..
LockLocation.h
LockMode.h
LockRank.cpp Kernel: Move all tasks-related code to the Tasks subdirectory 2023-06-04 21:32:34 +02:00
LockRank.h
Mutex.cpp Kernel: Use the AK SetOnce container class in various cases 2024-04-26 23:46:23 -06:00
Mutex.h Kernel: Move all tasks-related code to the Tasks subdirectory 2023-06-04 21:32:34 +02:00
MutexProtected.h Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
Spinlock.h Kernel: Share Processor class (and others) across architectures 2023-10-03 16:08:29 -06:00
SpinlockProtected.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00