sched

@extern
object sched
class Object
trait Matchable
class Any
sched.type

Type members

Types

type cpu_set_t = CInt
type sched_param = CStruct5[CInt, CInt, timespec, timespec, CInt]

Value members

Concrete methods

def sched_get_priority_max(algorithm: CInt): CInt
def sched_get_priority_min(algorithm: CInt): CInt
def sched_getaffinity(pid: pid_t, cpusetsize: CSize, cpuset: Ptr[cpu_set_t]): CInt
def sched_getparam(pid: pid_t, param: Ptr[sched_param]): CInt
def sched_getscheduler(pid: pid_t): CInt
def sched_rr_get_interval(pid: pid_t, t: Ptr[timespec]): CInt
def sched_setaffinity(pid: pid_t, cpusetsize: CSize, cpuset: Ptr[cpu_set_t]): CInt
def sched_setparam(pid: pid_t, param: Ptr[sched_param]): CInt
def sched_setscheduler(pid: pid_t, policy: CInt, param: Ptr[sched_param]): CInt
def sched_yield(): CInt