occlum/test/pthread
Tate, Hongliang Tian 2a1d3d98c5 Refactor the process/thread subsystem
As a major rewrite to the process/thread subsystem, this commits:
1. Implements threads as a first-class object, which represents a group of OS resources
and a thread of execution;
2. Implements processes as a first-class object that manages threads and maintains
the parent-child relationship between processes;
3. Refactors the code in process subsystem to follow the improved coding style and
conventions emerged in recent commits;
4. Refactors the code in other subsystems to use the new process/thread subsystem.
2020-04-15 06:22:41 +00:00
..
main.c Refactor the process/thread subsystem 2020-04-15 06:22:41 +00:00
Makefile Add Pthread test 2019-04-06 22:55:16 +08:00