EECS 482: P2 - Advanced Thread Library
Languages & Tools Used: C++
- Developed a multi-threading library in C++, enabling efficient thread management and execution across multiple CPUs.
- Implemented core threading constructs including thread creation, mutex locks, and condition variables to simulate concurrent processing and ensure thread-safety.
- Engineered context switching mechanisms and CPU scheduling, significantly improving the simulation of multi-threaded environments while enhancing understanding of concurrency and demonstrating problem-solving skills.