Skip to main content
.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Java.Util.Concurrent.Locks
  3. AbstractQueuedSynchronizer
  4. FirstQueuedThread
  • 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
    {
        public Thread? FirstQueuedThread
        {
            [Register("getFirstQueuedThread", "()Ljava/lang/Thread;", "")]
            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
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙