In this class, we will cover
- Threads
- thread synchronization mechanism
- mutexes
- deadlock avoidance
- reader-writer locks
- condition variables
- spin locks
- barriers
The class materials are in this url(on threads)
Homework
- Read Chapter 11
comments powered by Disqus