occlum/test/sched
Tate, Hongliang Tian 2b556f8de9 Refactor the CPU scheduling subsystem
This commits improves both readability and correctness of the scheduling-related
system calls. In terms of readability, it extracts all scheduling-related code
ouf of the process/ directory and put it in a sched/ directory. In terms
of correctness, the new scheduling subsystem introduces CpuSet and SchedAgent
types to maintain and manipulate CPU scheduler settings in a secure and robust way.
2020-04-15 09:43:38 +00:00
..
main.c Refactor the CPU scheduling subsystem 2020-04-15 09:43:38 +00:00
Makefile Add sched_xetaffinity() system calls in Occlum 2019-08-05 15:22:20 +08:00