1 2 3 4 5 6 7 8 9
#include <sched.h> #include <stdio.h> // TODO int sched_setaffinity(pid_t __pid, size_t __cpusetsize, const cpu_set_t *__cpuset) { unimplemented(); return 0; }