Instance Method インスタンスメソッド

tryLockWhenCondition:

Attempts to acquire a lock if the receiver’s condition is equal to the specified condition. レシーバの持つ条件がこの指定の条件と等しいならばあるロックの獲得を試みます。

Declaration 宣言

- (BOOL)tryLockWhenCondition:(NSInteger)condition;

Return Value 戻り値

YES if the lock could be acquired, NO otherwise. YES、もしロックが獲得できなかったならば、そうでなければNO

Discussion 議論

As part of its implementation, this method invokes lockWhenCondition:beforeDate:. This method returns immediately. それの実装の一部として、このメソッドはlockWhenCondition:beforeDate:を発動します。このメソッドはすぐ返ります。

See Also 参照

Acquiring and Releasing a Lock ロックの獲得と解放