#include <synch.h>
Public Methods | |
| Condition (char *debugName) | |
| ~Condition () | |
| char * | getName () |
| void | Wait (Lock *conditionLock) |
| void | Signal (Lock *conditionLock) |
| void | Broadcast (Lock *conditionLock) |
Private Attributes | |
| char * | name |
|
|
Definition at line 108 of file synch.cc.
00108 { }
|
|
|
Definition at line 109 of file synch.cc.
00109 { }
|
|
|
Definition at line 112 of file synch.cc.
00112 { }
|
|
|
Definition at line 122 of file synch.h.
00122 { return (name); }
|
|
|
Definition at line 111 of file synch.cc. Referenced by SynchList::Append.
00111 { }
|
|
|
Definition at line 110 of file synch.cc. Referenced by SynchList::Remove.
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002