[Previous]
[Up]
[Next]
NSConditionLock
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSLock.h
Inherits from: NSObject
Conforms to: NSLocking
- (int) condition
- (id) initWithCondition: (int)condition
- (BOOL) lockBeforeDate: (NSDate*)limit
- (void) lockWhenCondition: (int)condition
- (BOOL) lockWhenCondition: (int)condition beforeDate: (NSDate*)limit
- (BOOL) tryLock
- (BOOL) tryLockWhenCondition: (int)condition
- (void) unlockWithCondition: (int)condition