CS 160 Lab 4

More on Synchronization



Objective

software approaches of synchronization

Outline of Lab

  1. Critical section
  2. Solutions to synchronization problem
  3. Bakery Algorithm
  4. Problems with the Assignment.


The following links are the code segments we will be examining and running.