CernVM-FS
2.12.0
|
Go to the source code of this file.
Classes | |
struct | RAII_Polymorphism |
class | RAII< T, P > |
class | LockGuard< LockableT > |
Typedefs | |
typedef RAII< pthread_mutex_t > | MutexLockGuard |
typedef RAII< pthread_rwlock_t, RAII_Polymorphism::ReadLock > | ReadLockGuard |
typedef RAII< pthread_rwlock_t, RAII_Polymorphism::WriteLock > | WriteLockGuard |
typedef RAII<pthread_mutex_t> MutexLockGuard |
typedef RAII<pthread_rwlock_t, RAII_Polymorphism::ReadLock> ReadLockGuard |
typedef RAII<pthread_rwlock_t, RAII_Polymorphism::WriteLock> WriteLockGuard |