#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... | |
1.2.8.1 written by Dimitri van Heesch,
© 1997-2001