Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

synchlist.h File Reference

#include "copyright.h"
#include "list.h"
#include "synch.h"
#include "synchlist.cc"

Go to the source code of this file.

Compounds

class  SynchList
 The following class defines a "synchronized list" -- a list for which these constraints hold: 1. Threads trying to remove an item from a list will wait until the list has an element on it. 2. One thread at a time can access list data structures. More...


Generated at Wed Jul 4 11:32:22 2001 for Nachos by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001