object
LazyVals
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
val
BITS_PER_LAZY_VAL: Long(2L)
-
def
CAS(t: AnyRef, offset: Long, e: Long, v: Int, ord: Int): Boolean
-
final
val
LAZY_VAL_MASK: Long(3L)
-
-
def
STATE(cur: Long, ord: Int): Long
-
final
def
asInstanceOf[T0]: T0
-
val
base: Int
-
def
clone(): AnyRef
-
def
compareAndSet(t: AnyRef, off: Long, e: Long, v: Long): Boolean
-
final
val
debug: Boolean(false)
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
get(t: AnyRef, off: Long): Long
-
final
def
getClass(): Class[_]
-
def
getMonitor(obj: AnyRef, fieldId: Int = 0): AnyRef
-
def
getOffset(clz: Class[_], name: String): Long
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
val
monitors: Array[AnyRef]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
processors: Int
-
def
setFlag(t: AnyRef, offset: Long, v: Int, ord: Int): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
wait4Notification(t: AnyRef, offset: Long, cur: Long, ord: Int): Unit
Helper methods used in thread-safe lazy vals.