All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.RecursiveLock
NSRecursiveLock
.
[[NSRecursiveLock
alloc] init]
.
- lock
Objective-C instance method
defined by the Locking
interface
(known as the NSLocking
Objective-C protocol).
- lockBeforeDate:
Objective-C instance method.
- tryLock
Objective-C instance method.
- unlock
Objective-C instance method
defined by the Locking
interface
(known as the NSLocking
Objective-C protocol).
protected RecursiveLock(boolean shouldAllocate, int objcObject)
public RecursiveLock()
[[NSRecursiveLock
alloc] init]
.
public native boolean tryLock()
- tryLock
Objective-C instance method.
public native boolean lockBeforeDate(Date limit)
- lockBeforeDate:
Objective-C instance method.
public native void lock()
- lock
Objective-C instance method
defined by the Locking
interface
(known as the NSLocking
Objective-C protocol).
public native void unlock()
- unlock
Objective-C instance method
defined by the Locking
interface
(known as the NSLocking
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index