FMIceLinkAtomicMutex Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkAtomicMutex.h FMIceLinkAtomicMutex.m |
+ atomicMutex
Creates a new instance of an AtomicMutex.
+ (FMIceLinkAtomicMutex *)atomicMutexDiscussion
Creates a new instance of an AtomicMutex.
Declared In
FMIceLinkAtomicMutex.h
– init
Creates a new instance of an AtomicMutex.
- (instancetype)initDiscussion
Creates a new instance of an AtomicMutex.
Declared In
FMIceLinkAtomicMutex.h
– isLocked
Gets if the mutex is locked or not.
- (bool)isLockedDiscussion
Gets if the mutex is locked or not.
Declared In
FMIceLinkAtomicMutex.h
– release
Releases the lock.
- (void)releaseDiscussion
Releases the lock.
Declared In
FMIceLinkAtomicMutex.h
– tryLock
Tries to obtain a lock with this thread.
@return
- (bool)tryLockDiscussion
Tries to obtain a lock with this thread.
@return
Declared In
FMIceLinkAtomicMutex.h