Java.Util.Concurrent.Locks.AbstractQueuedLongSynchronizer Class
A version of Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer in which synchronization state is maintained as a long.

See Also: AbstractQueuedLongSynchronizer Members

Syntax

[Android.Runtime.Register("java/util/concurrent/locks/AbstractQueuedLongSynchronizer", DoNotGenerateAcw=true)]
public abstract class AbstractQueuedLongSynchronizer : AbstractOwnableSynchronizer, IDisposable

Remarks

A version of Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer in which synchronization state is maintained as a long. This class has exactly the same structure, properties, and methods as AbstractQueuedSynchronizer with the exception that all state-related parameters and results are defined as long rather than int. This class may be useful when creating synchronizers such as multilevel locks and barriers that require 64 bits of state.

See Java.Util.Concurrent.Locks.AbstractQueuedSynchronizer for usage notes and examples.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent.Locks
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9