Packages

object resource

Annotations
@extern()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. resource
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type id_t = UInt
  2. type rlim_t = ULong
  3. type rlimit = CStruct2[rlim_t, rlim_t]
  4. type rusage = CStruct2[timeval, timeval]
  5. type timeval = CStruct2[time_t, suseconds_t]

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. def PRIO_PGRP: CInt
    Annotations
    @name( "scalanative_prio_pgrp" )
  5. def PRIO_PROCESS: CInt
    Annotations
    @name( "scalanative_prio_process" )
  6. def PRIO_USER: CInt
    Annotations
    @name( "scalanative_prio_user" )
  7. def RLIMIT_AS: CInt
    Annotations
    @name( "scalanative_rlimit_as" )
  8. def RLIMIT_CORE: CInt
    Annotations
    @name( "scalanative_rlimit_core" )
  9. def RLIMIT_CPU: CInt
    Annotations
    @name( "scalanative_rlimit_cpu" )
  10. def RLIMIT_DATA: CInt
    Annotations
    @name( "scalanative_rlimit_data" )
  11. def RLIMIT_FSIZE: CInt
    Annotations
    @name( "scalanative_rlimit_fsize" )
  12. def RLIMIT_NOFILE: CInt
    Annotations
    @name( "scalanative_rlimit_nofile" )
  13. def RLIMIT_STACK: CInt
    Annotations
    @name( "scalanative_rlimit_stack" )
  14. def RLIM_INFINITY: rlim_t
    Annotations
    @name( "scalanative_rlim_infinity" )
  15. def RLIM_SAVED_CUR: rlim_t
    Annotations
    @name( "scalanative_rlim_saved_cur" )
  16. def RLIM_SAVED_MAX: rlim_t
    Annotations
    @name( "scalanative_rlim_saved_max" )
  17. def RUSAGE_CHILDREN: CInt
    Annotations
    @name( "scalanative_rusage_children" )
  18. def RUSAGE_SELF: CInt
    Annotations
    @name( "scalanative_rusage_self" )
  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def getpriority(which: CInt, who: id_t): CInt
  26. def getrlimit(resource: CInt, rlim: Ptr[rlimit]): CInt
    Annotations
    @name( "scalanative_getrlimit" )
  27. def getrusage(who: CInt, usage: Ptr[rusage]): CInt
    Annotations
    @name( "scalanative_getrusage" )
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def setpriority(which: CInt, who: id_t, prio: CInt): CInt
  34. def setrlimit(resource: CInt, rlim: Ptr[rlimit]): CInt
    Annotations
    @name( "scalanative_setrlimit" )
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped