Add RecursiveMutex, UnlockGuard, TryLockGuard

This commit is contained in:
Vinnie Falco
2013-10-04 10:23:03 -07:00
parent 5831a53697
commit 01fd05cb4b
16 changed files with 432 additions and 10 deletions

View File

@@ -82,7 +82,6 @@ public:
*/
void exit() const noexcept;
//==============================================================================
/** Provides the type of scoped lock to use with a CriticalSection. */
typedef GenericScopedLock <CriticalSection> ScopedLockType;