CS 160 Lab 4
More on Synchronization
Objective
software approaches of synchronization
Outline of Lab
- Critical section
- Solutions to synchronization problem
- Bakery Algorithm
- Problems with the Assignment.
The following links are the code segments we will be examining and running.