package runtime
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- runtime
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Package Members
- package ieee754tostring
- package javalib
Value Members
- def filename: String
- def fromRawPtr[T](rawptr: RawPtr): Ptr[T]
- Annotations
- @alwaysinline()
- def fromRawSize[T](rawSize: RawSize): Size
- Annotations
- @alwaysinline()
- def fromRawUSize[T](rawSize: RawSize): USize
- Annotations
- @alwaysinline()
- def getMonitor(obj: _Object): BasicMonitor
- Annotations
- @alwaysinline()
- def startTime: Long
- def toRawPtr[T](ptr: Ptr[T]): RawPtr
- Annotations
- @alwaysinline()
- def toRawSize(size: USize): RawSize
- Annotations
- @alwaysinline()
- def toRawSize(size: Size): RawSize
- Annotations
- @alwaysinline()
- def uptime: Long
- object DeleteOnExit
Deprecated Value Members
- def ExecutionContext: NativeExecutionContext
- Annotations
- @deprecated
- Deprecated
(Since version 0.5.0) Use
scala.scalanative.concurrent.NativeExecutionContext
- def loop(): Unit
- Annotations
- @deprecated @noinline()
- Deprecated
(Since version 0.5.0) Usage in the users code is discouraged, public method would be removed in the future. Use
scala.scalanative
package private methodscala.scalanative.concurrent.NativeExecutionContext.queueInternal.helpComplete()) instead