ObjFW
|
A class for creating mutual exclusions. More...
#import <OFThread.h>
Public Member Functions | |
(void) | - lock |
Locks the mutex. | |
(BOOL) | - tryLock |
Tries to lock the mutex. | |
(void) | - unlock |
Unlocks the mutex. | |
Static Public Member Functions | |
(id) | + mutex |
Creates a new mutex. |
A class for creating mutual exclusions.
+ (id) mutex |
Creates a new mutex.
- (BOOL) tryLock |
Tries to lock the mutex.