CS 110, Architecture and Operating Systems
Threads Project
Due May 3, 2002, 9 P.M.
Version 1.0

Introduction

This is a modification of the solution to the Basic Barbershop project in that you are to now use Solaris or POSIX threads instead of processes. You also must synchronize using mutexes and condition variables (no semaphores are allowed). There are no changes to how the barbershop operates from the description of the Basic Barbershop project. Thus, this is really just a straight conversion.

What to Submit:

NOTES:

References:

Last modified April 23, 2002 by geoff@cs.hmc.edu