tac0S
Template Affectional Command Operating System
synchlist.cc File Reference

Routines for synchronized access to a list. More...

#include "copyright.h"
#include "synchlist.h"

Detailed Description

Routines for synchronized access to a list.

Author
Olivier Hureau, Hugo Feydel , Julien ALaimo
 Implemented by surrounding the List abstraction
 with synchronization routines.

 Implemented in "monitor"-style -- surround each procedure with a
 lock acquire and release pair, using condition signal and wait for
 synchronization.

Copyright (c) 1992-1993 The Regents of the University of California. All rights reserved. See copyright.h for copyright notice and limitation of liability and disclaimer of warranty provisions.