Packages

final class WorkQueue extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WorkQueue
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var access: Int
  5. def accessAtomic: AtomicInt
    Annotations
    @alwaysinline()
  6. var array: Array[ForkJoinTask[_]]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. var base: Int
  9. def baseAtomic: AtomicInt
    Annotations
    @alwaysinline()
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. var config: Int
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def forcePhaseActive(): Unit
    Annotations
    @alwaysinline()
  16. final def getAndSetAccess(v: Int): Int
    Annotations
    @alwaysinline()
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def getPoolIndex(): Int
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def helpAsyncBlocker(blocker: ManagedBlocker): Unit
  21. final def isApparentlyUnblocked(): Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def nextLocalTask(): ForkJoinTask[_]
  25. final def nextLocalTask(fifo: Int): ForkJoinTask[_]
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. var nsteals: Int
  29. val owner: ForkJoinWorkerThread
  30. final def peek(): ForkJoinTask[_]
  31. var phase: Int
  32. def phaseAtomic: AtomicInt
    Annotations
    @alwaysinline()
  33. final def poll(pool: ForkJoinPool): ForkJoinTask[_]
  34. final def push(_task: ForkJoinTask[_], pool: ForkJoinPool, signalIfEmpty: Boolean): Unit
  35. final def queueSize(): Int
  36. final def releaseAccess(): Unit
    Annotations
    @alwaysinline()
  37. final def setClearThreadLocals(): Unit
  38. var source: Int
  39. var stackPred: Int
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. var top: Int
  43. final def topLevelExec(_task: ForkJoinTask[_], src: WorkQueue): Unit
  44. final def tryPool(): ForkJoinTask[_]
  45. final def tryRemoveAndExec(task: ForkJoinTask[_], owned: Boolean): Int
  46. final def tryUnpush(task: ForkJoinTask[_], owned: Boolean): Boolean
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped