occlum/src/libos
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
..
include Add the redirection of standard I/O for process 2020-04-02 11:07:24 +00:00
src Refactor the CPU scheduling subsystem 2020-04-15 09:43:38 +00:00
Cargo.lock Refactor the CPU scheduling subsystem 2020-04-15 09:43:38 +00:00
Cargo.toml Refactor the CPU scheduling subsystem 2020-04-15 09:43:38 +00:00
Enclave.lds Load and run a Hello World program 2019-02-16 16:23:30 +08:00
Makefile Refactor the process/thread subsystem 2020-04-15 06:22:41 +00:00
rust-toolchain Upgrade Rust SGX SDK and its deps to the latest 2020-01-23 04:40:54 +00:00