object resource
- Annotations
- @extern() @define("__SCALANATIVE_POSIX_SYS_RESOURCE")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- resource
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
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
- def PRIO_PGRP: CInt
- Annotations
- @name("scalanative_prio_pgrp")
- def PRIO_PROCESS: CInt
- Annotations
- @name("scalanative_prio_process")
- def PRIO_USER: CInt
- Annotations
- @name("scalanative_prio_user")
- def RLIMIT_AS: CInt
- Annotations
- @name("scalanative_rlimit_as")
- def RLIMIT_CORE: CInt
- Annotations
- @name("scalanative_rlimit_core")
- def RLIMIT_CPU: CInt
- Annotations
- @name("scalanative_rlimit_cpu")
- def RLIMIT_DATA: CInt
- Annotations
- @name("scalanative_rlimit_data")
- def RLIMIT_FSIZE: CInt
- Annotations
- @name("scalanative_rlimit_fsize")
- def RLIMIT_NOFILE: CInt
- Annotations
- @name("scalanative_rlimit_nofile")
- def RLIMIT_STACK: CInt
- Annotations
- @name("scalanative_rlimit_stack")
- def RLIM_INFINITY: rlim_t
- Annotations
- @name("scalanative_rlim_infinity")
- def RLIM_SAVED_CUR: rlim_t
- Annotations
- @name("scalanative_rlim_saved_cur")
- def RLIM_SAVED_MAX: rlim_t
- Annotations
- @name("scalanative_rlim_saved_max")
- def RUSAGE_CHILDREN: CInt
- Annotations
- @name("scalanative_rusage_children")
- def RUSAGE_SELF: CInt
- Annotations
- @name("scalanative_rusage_self")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getpriority(which: CInt, who: id_t): CInt
- def getrlimit(resource: CInt, rlim: Ptr[rlimit]): CInt
- Annotations
- @name("scalanative_getrlimit")
- def getrusage(who: CInt, usage: Ptr[rusage]): CInt
- Annotations
- @name("scalanative_getrusage")
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def setpriority(which: CInt, who: id_t, prio: CInt): CInt
- def setrlimit(resource: CInt, rlim: Ptr[rlimit]): CInt
- Annotations
- @name("scalanative_setrlimit")
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()