MappedRwLockReadGuardRAII structure used to release the shared read access of a lock when
dropped, which can point to a subfield of the protected data.
MappedRwLockWriteGuardRAII structure used to release the exclusive write access of a lock when
dropped, which can point to a subfield of the protected data.
RwLockA reader-writer lock that does not keep track of lock poisoning.
RwLockReadGuardRAII structure used to release the shared read access of a lock when
dropped.
RwLockWriteGuardRAII structure used to release the exclusive write access of a lock when
dropped.