#include <synch.h>
Public Methods | |
| Lock (char *debugName) | |
| ~Lock () | |
| char * | getName () |
| void | Acquire () |
| void | Release () |
| bool | isHeldByCurrentThread () |
Private Attributes | |
| char * | name |
|
|
Definition at line 103 of file synch.cc.
00103 {}
|
|
|
Definition at line 104 of file synch.cc.
00104 {}
|
|
|
Definition at line 105 of file synch.cc. Referenced by SynchList::Append, SynchList::Mapcar, SynchConsole::ReadLine, SynchDisk::ReadSector, SynchList::Remove, PostOffice::Send, SynchConsole::WriteLine, and SynchDisk::WriteSector.
00105 {}
|
|
|
Definition at line 70 of file synch.h. References name.
00070 { return name; } // debugging assist
|
|
|
|
|
|
Definition at line 106 of file synch.cc. Referenced by SynchList::Append, SynchList::Mapcar, SynchConsole::ReadLine, SynchDisk::ReadSector, SynchList::Remove, PostOffice::Send, SynchConsole::WriteLine, and SynchDisk::WriteSector.
00106 {}
|
|
|
Definition at line 81 of file synch.h. Referenced by getName. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002