ladybird/Kernel/Locking
Andreas Kling c2fc33becd Kernel: Rename ProtectedValue<T> => MutexProtected<T>
Let's make it obvious what we're protecting it with.
2021-08-22 03:34:09 +02:00
..
Lockable.h Kernel: Move Lockable into its own header 2021-08-07 11:48:00 +02:00
LockLocation.h Kernel: Introduce LockLocation abstraction from SourceLocation 2021-08-13 20:42:39 +02:00
LockMode.h Kernel: Move LockMode into Locking/ 2021-08-07 11:48:00 +02:00
Mutex.cpp Kernel: Convert lock debug APIs to east const 2021-08-13 20:42:39 +02:00
Mutex.h Kernel: Convert lock debug APIs to east const 2021-08-13 20:42:39 +02:00
MutexContendedResource.h Kernel: Rename ProtectedValue<T> => MutexProtected<T> 2021-08-22 03:34:09 +02:00
MutexProtected.h Kernel: Rename ProtectedValue<T> => MutexProtected<T> 2021-08-22 03:34:09 +02:00
SpinLock.h Kernel/SMP: Fix RecursiveSpinLock remembering the wrong CPU when locking 2021-08-11 12:34:55 +02:00
SpinLockProtectedValue.h Kernel: Introduce spin-locked contended and locked resource concepts 2021-08-07 11:48:00 +02:00
SpinLockResource.h Kernel: Introduce spin-locked contended and locked resource concepts 2021-08-07 11:48:00 +02:00