AbstractQueuedLongSynchronizer.IsHeldExclusively Property

Definition

Returns true if synchronization is held exclusively with respect to the current (calling) thread.

protected virtual bool IsHeldExclusively { [Android.Runtime.Register("isHeldExclusively", "()Z", "GetIsHeldExclusivelyHandler")] get; }
[<get: Android.Runtime.Register("isHeldExclusively", "()Z", "GetIsHeldExclusivelyHandler")>]
member this.IsHeldExclusively : bool

Property Value

Boolean

true if synchronization is held exclusively; false otherwise

Attributes

Exceptions

if conditions are not supported

Remarks

Java documentation for java.util.concurrent.locks.AbstractQueuedLongSynchronizer.isHeldExclusively().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to