Initializes a newly allocated NSConditionLock object and sets its condition.
Original signature is '- (id)initWithCondition:(NSInteger)condition'
Available in Mac OS X v10.0 and later.


- condition (NSInteger)
- The user-defined condition for the lock. The value of condition is user-defined; see the class description for more information.

An initialized condition lock object; may be different than the original receiver.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)