Semaphore.HasQueuedThreads Property

Definition

Queries whether any threads are waiting to acquire.

public bool HasQueuedThreads { [Android.Runtime.Register("hasQueuedThreads", "()Z", "")] get; }
[<get: Android.Runtime.Register("hasQueuedThreads", "()Z", "")>]
member this.HasQueuedThreads : bool

Property Value

Boolean

true if there may be other threads waiting to acquire the lock

Attributes

Remarks

Java documentation for java.util.concurrent.Semaphore.hasQueuedThreads().

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