object sched

Annotations
@extern() @define("__SCALANATIVE_POSIX_SCHED")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sched
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type cpu_set_t = Int
  2. type sched_param = CStruct5[CInt, CInt, time.timespec, time.timespec, CInt]

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 SCHED_BATCH: CInt

    Not defined in POSIX standard, might lead to runtime errors

    Not defined in POSIX standard, might lead to runtime errors

    Annotations
    @name("scalanative_sched_batch")
  5. def SCHED_DEADLINE: CInt

    Not defined in POSIX standard, might lead to runtime errors

    Not defined in POSIX standard, might lead to runtime errors

    Annotations
    @name("scalanative_sched_deadline")
  6. def SCHED_FIFO: CInt
    Annotations
    @name("scalanative_sched_fifo")
  7. def SCHED_IDLE: CInt

    Not defined in POSIX standard, might lead to runtime errors

    Not defined in POSIX standard, might lead to runtime errors

    Annotations
    @name("scalanative_sched_idle")
  8. def SCHED_OTHER: CInt
    Annotations
    @name("scalanative_sched_other")
  9. def SCHED_RR: CInt
    Annotations
    @name("scalanative_sched_rr")
  10. def SCHED_SPORADIC: CInt
    Annotations
    @name("scalanative_sched_sporadic")
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def sched_get_priority_max(algorithm: CInt): CInt
  23. def sched_get_priority_min(algorithm: CInt): CInt
  24. def sched_getaffinity(pid: pid_t, cpusetsize: CSize, cpuset: Ptr[cpu_set_t]): CInt
  25. def sched_getparam(pid: pid_t, param: Ptr[sched_param]): CInt
  26. def sched_getscheduler(pid: pid_t): CInt
  27. def sched_rr_get_interval(pid: pid_t, t: Ptr[time.timespec]): CInt
  28. def sched_setaffinity(pid: pid_t, cpusetsize: CSize, cpuset: Ptr[cpu_set_t]): CInt
  29. def sched_setparam(pid: pid_t, param: Ptr[sched_param]): CInt
  30. def sched_setscheduler(pid: pid_t, policy: CInt, param: Ptr[sched_param]): CInt
  31. def sched_yield(): CInt
    Annotations
    @blocking()
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped