class SimManager extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimManager
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- var commandBuffer: ArrayBuffer[() => Unit]
- val context: SimManagerContext
- val cpuAffinity: Int
- var deltaCycle: Long
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getBigInt(bt: Signal, address: Long): BigInt
- def getBigInt(bt: Signal): BigInt
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getInt(bt: Signal): Int
- def getLong(bt: Signal): Long
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jvmBusyThreads: ArrayBuffer[JvmThread]
- val jvmIdleThreads: Stack[JvmThread]
- val mainThread: Thread
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newJvmThread(body: => Unit): JvmThread
- def newSpawnTask(): SimThreadSpawnTask
- def newThread(body: => Unit): SimThread
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def onEnd(callback: => Unit): Unit
- val onEndListeners: ArrayBuffer[() => Unit]
- val raw: SimRaw
- val readBypass: HashMap[Signal, BigInt]
- def release(): Unit
- def retain(): Unit
- def run(body: => Unit): Unit
- def runAll(body: => Unit): Unit
- def runWhile(continueWhile: => Boolean = true): Unit
- def schedule(delay: Long, thread: SimThread): Unit
- def schedule(delay: Long)(thread: => Unit): Unit
- def schedule(thread: SimCallSchedule): Unit
- val sensitivities: ArrayBuffer[SimManagerSensitive]
- def setBigInt(mem: Signal, address: Long, value: BigInt): Unit
- def setBigInt(bt: Signal, value: BigInt): Unit
- def setLong(bt: Signal, value: Long): Unit
- def setupJvmThread(thread: Thread): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- var threads: SimCallSchedule
- var time: Long
- def toString(): String
- Definition Classes
- AnyRef → Any
- var userData: Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated