abstract class AbstractQueuedSynchronizer extends AbstractOwnableSynchronizer with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractQueuedSynchronizer
- AbstractOwnableSynchronizer
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AbstractQueuedSynchronizer()
- Attributes
- protected
Type Members
- class ConditionObject extends Condition with Serializable
- Annotations
- @SerialVersionUID()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def acquire(arg: Int): Unit
- final def acquireInterruptibly(arg: Int): Unit
- Annotations
- @throws(scala.this.throws.<init>$default$1[InterruptedException])
- final def acquireShared(arg: Int): Unit
- final def acquireSharedInterruptibly(arg: Int): Unit
- Annotations
- @throws(scala.this.throws.<init>$default$1[InterruptedException])
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def compareAndSetState(c: Int, v: Int): Boolean
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def getExclusiveOwnerThread(): Thread
- Attributes
- protected
- Definition Classes
- AbstractOwnableSynchronizer
- final def getExclusiveQueuedThreads(): Collection[Thread]
- final def getFirstQueuedThread(): Thread
- final def getQueueLength(): Int
- final def getQueuedThreads(): Collection[Thread]
- final def getSharedQueuedThreads(): Collection[Thread]
- final def getState(): Int
- Attributes
- protected
- final def getWaitQueueLength(condition: ConditionObject): Int
- final def getWaitingThreads(condition: ConditionObject): Collection[Thread]
- final def hasContended(): Boolean
- final def hasQueuedPredecessors(): Boolean
- final def hasQueuedThreads(): Boolean
- final def hasWaiters(condition: ConditionObject): Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isHeldExclusively(): Boolean
- Attributes
- protected
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isQueued(thread: Thread): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def owns(condition: ConditionObject): Boolean
- final def release(arg: Int): Boolean
- final def releaseShared(arg: Int): Boolean
- final def setExclusiveOwnerThread(t: Thread): Unit
- Attributes
- protected
- Definition Classes
- AbstractOwnableSynchronizer
- final def setState(newState: Int): Unit
- Attributes
- protected
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AbstractQueuedSynchronizer → AnyRef → Any
- def tryAcquire(arg: Int): Boolean
- Attributes
- protected
- final def tryAcquireNanos(arg: Int, nanosTimeout: Long): Boolean
- Annotations
- @throws(scala.this.throws.<init>$default$1[InterruptedException])
- def tryAcquireShared(arg: Int): Int
- Attributes
- protected
- final def tryAcquireSharedNanos(arg: Int, nanosTimeout: Long): Boolean
- Annotations
- @throws(scala.this.throws.<init>$default$1[InterruptedException])
- def tryRelease(arg: Int): Boolean
- Attributes
- protected
- def tryReleaseShared(arg: Int): Boolean
- Attributes
- protected
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()