9.28 manage_tcluster

#define SCHED_RR   0b001
#define SCHED_COOP 0b010
#define SCHED_INTR 0b100

int manage_tcluster(int cluster, int flags, int quantum, int percentage);

This syscall sets settings for the passed cluster. Flags is a bitmap of:

Quantum is the quantum for the algorithm chosen, in nanoseconds. Percentage is a 0 to 100 integer for the percentage of execution the cluster is given.

The syscall returns 0 on success and -1 on failure, with the following errno: