Main Page   Compound List   File List   Compound Members   File Members  

Condition Class Reference

#include <synch.h>

List of all members.

Public Methods

 Condition (char *debugName)
 ~Condition ()
char * getName ()
void Wait (Lock *conditionLock)
void Signal (Lock *conditionLock)
void Broadcast (Lock *conditionLock)

Private Attributes

char * name


Constructor & Destructor Documentation

Condition::Condition char *    debugName
 

Definition at line 108 of file synch.cc.

00108 { }

Condition::~Condition  
 

Definition at line 109 of file synch.cc.

00109 { }


Member Function Documentation

void Condition::Broadcast Lock   conditionLock
 

Definition at line 112 of file synch.cc.

00112 { }

char* Condition::getName   [inline]
 

Definition at line 122 of file synch.h.

00122 { return (name); }

void Condition::Signal Lock   conditionLock
 

Definition at line 111 of file synch.cc.

Referenced by SynchList::Append.

00111 { }

void Condition::Wait Lock   conditionLock
 

Definition at line 110 of file synch.cc.

References ASSERT, and FALSE.

Referenced by SynchList::Remove.

00110 { ASSERT(FALSE); }


Member Data Documentation

char* Condition::name [private]
 

Definition at line 133 of file synch.h.


The documentation for this class was generated from the following files:
Generated on Mon Feb 10 09:54:53 2003 for nachos by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002
The University of Southern California does not screen or control the content on this website and thus does not guarantee the accuracy, integrity, or quality of such content. All content on this website is provided by and is the sole responsibility of the person from which such content originated, and such content does not necessarily reflect the opinions of the University administration or the Board of Trustees