final class WorkQueue extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WorkQueue
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- var access: Int
- def accessAtomic: AtomicInt
- Annotations
- @alwaysinline()
- var array: Array[ForkJoinTask[_]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- var base: Int
- def baseAtomic: AtomicInt
- Annotations
- @alwaysinline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- var config: Int
- 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 forcePhaseActive(): Unit
- Annotations
- @alwaysinline()
- final def getAndSetAccess(v: Int): Int
- Annotations
- @alwaysinline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def getPoolIndex(): Int
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def helpAsyncBlocker(blocker: ManagedBlocker): Unit
- final def isApparentlyUnblocked(): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def nextLocalTask(): ForkJoinTask[_]
- final def nextLocalTask(fifo: Int): ForkJoinTask[_]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- var nsteals: Int
- val owner: ForkJoinWorkerThread
- final def peek(): ForkJoinTask[_]
- var phase: Int
- def phaseAtomic: AtomicInt
- Annotations
- @alwaysinline()
- final def poll(pool: ForkJoinPool): ForkJoinTask[_]
- final def push(_task: ForkJoinTask[_], pool: ForkJoinPool, signalIfEmpty: Boolean): Unit
- final def queueSize(): Int
- final def releaseAccess(): Unit
- Annotations
- @alwaysinline()
- final def setClearThreadLocals(): Unit
- var source: Int
- var stackPred: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- var top: Int
- final def topLevelExec(_task: ForkJoinTask[_], src: WorkQueue): Unit
- final def tryPool(): ForkJoinTask[_]
- final def tryRemoveAndExec(task: ForkJoinTask[_], owned: Boolean): Int
- final def tryUnpush(task: ForkJoinTask[_], owned: Boolean): Boolean
- 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()