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.
7 lines
41 B
Plaintext
7 lines
41 B
Plaintext
*.o
|
|
*.a
|
|
*.so
|
|
build/
|
|
build_sim/
|
|
.DS_Store
|