mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
532ffa7ddb
This patch removes the MutexContendedResource<T> helper class, and MutexProtected<T> no longer inherits from T. Instead, MutexProtected<T> simply has a T and a Mutex. The LockedResource<T, LockMode> helper class is made a private nested class in MutexProtected. |
||
---|---|---|
.. | ||
Lockable.h | ||
LockLocation.h | ||
LockMode.h | ||
Mutex.cpp | ||
Mutex.h | ||
MutexProtected.h | ||
SpinLock.h | ||
SpinLockProtectedValue.h | ||
SpinLockResource.h |