mirror of
https://github.com/RGBCube/serenity
synced 2025-10-29 00:52:08 +00:00
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. |
||
|---|---|---|
| .. | ||
| LockLocation.h | ||
| LockMode.h | ||
| LockRank.cpp | ||
| LockRank.h | ||
| Mutex.cpp | ||
| Mutex.h | ||
| MutexProtected.h | ||
| Spinlock.h | ||
| SpinlockProtected.h | ||