AbstractQueuedSynchronizer
ConditionObject
AbstractQueuedSynchronizer()
AbstractQueuedSynchronizer(IntPtr, JniHandleOwnership)
ExclusiveQueuedThreads
FirstQueuedThread
HasContended
HasQueuedPredecessors
HasQueuedThreads
IsHeldExclusively
JniPeerMembers
QueuedThreads
QueueLength
SharedQueuedThreads
State
ThresholdClass
ThresholdType
Acquire(Int32)
AcquireInterruptibly(Int32)
AcquireShared(Int32)
AcquireSharedInterruptibly(Int32)
CompareAndSetState(Int32, Int32)
GetWaitingThreads(ConditionObject)
GetWaitQueueLength(ConditionObject)
HasWaiters(ConditionObject)
IsQueued(Thread)
Owns(ConditionObject)
Release(Int32)
ReleaseShared(Int32)
TryAcquire(Int32)
TryAcquireNanos(Int32, Int64)
TryAcquireShared(Int32)
TryAcquireSharedNanos(Int32, Int64)
TryRelease(Int32)
TryReleaseShared(Int32)
monoandroid
namespace Java.Util.Concurrent.Locks
{
[Register("java/util/concurrent/locks/AbstractQueuedSynchronizer", DoNotGenerateAcw = true)]
public abstract class AbstractQueuedSynchronizer : AbstractOwnableSynchronizer, IJavaObject, IJavaPeerable, ISerializable, IDisposable
{
protected override Type! ThresholdType { get; }
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API