ladybird/Kernel/Locking
Andreas Kling b0e5406ae2 Kernel: Update terminology around Thread's "blocking mutex"
It's more accurate to say that we're blocking on a mutex, rather than
blocking on a lock. The previous terminology made sense when this code
was using something called Kernel::Lock, but since it was renamed to
Kernel::Mutex, this updates brings the language back in sync.
2022-01-30 16:21:59 +01:00
..
LockLocation.h
LockMode.h
LockRank.cpp Kernel: Add implied auto-specifiers in Locking 2021-12-15 23:34:11 -08:00
LockRank.h
Mutex.cpp Kernel: Update terminology around Thread's "blocking mutex" 2022-01-30 16:21:59 +01:00
Mutex.h Kernel: Stop using HashMap in Mutex 2022-01-29 16:45:39 +01:00
MutexProtected.h
Spinlock.h
SpinlockProtected.h