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)
net9.0-android34.0
namespace Java.Util.Concurrent.Locks
{
[Register("java/util/concurrent/locks/AbstractQueuedSynchronizer", DoNotGenerateAcw = true)]
public abstract class AbstractQueuedSynchronizer : AbstractOwnableSynchronizer, IJavaObject, IJavaPeerable, ISerializable, IDisposable
{
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override JniPeerMembers! JniPeerMembers { get; }
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | The property getter is only supported on the following platforms:
|
- Built-in API
- Package-provided API