Packages

package runtime

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

Package Members

  1. package ieee754tostring
  2. package javalib

Value Members

  1. def filename: String
  2. def fromRawPtr[T](rawptr: RawPtr): Ptr[T]
    Annotations
    @alwaysinline()
  3. def fromRawSize[T](rawSize: RawSize): Size
    Annotations
    @alwaysinline()
  4. def fromRawUSize[T](rawSize: RawSize): USize
    Annotations
    @alwaysinline()
  5. def getMonitor(obj: _Object): BasicMonitor
    Annotations
    @alwaysinline()
  6. def startTime: Long
  7. def toRawPtr[T](ptr: Ptr[T]): RawPtr
    Annotations
    @alwaysinline()
  8. def toRawSize(size: USize): RawSize
    Annotations
    @alwaysinline()
  9. def toRawSize(size: Size): RawSize
    Annotations
    @alwaysinline()
  10. def uptime: Long
  11. object DeleteOnExit

Deprecated Value Members

  1. def ExecutionContext: NativeExecutionContext
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0) Use scala.scalanative.concurrent.NativeExecutionContext

  2. 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 method scala.scalanative.concurrent.NativeExecutionContext.queueInternal.helpComplete()) instead

Inherited from AnyRef

Inherited from Any

Ungrouped