66 void enter()
const noexcept;
76 bool tryEnter()
const noexcept;
88 void exit()
const noexcept;
114 mutable pthread_mutex_t lock;
139 inline void enter()
const noexcept {}
140 inline bool tryEnter()
const noexcept {
return true; }
141 inline void exit()
const noexcept {}
GenericScopedTryLock< CriticalSection > ScopedTryLockType
GenericScopedLock< CriticalSection > ScopedLockType
GenericScopedUnlock< CriticalSection > ScopedUnlockType