#include <critsec.h>Include dependency graph for CriticalSectionBlock.H:

Go to the source code of this file.
Classes | |
| class | CriticalSectionBlock |
| A CriticalSectionBlock locks a critical section for the lifetime of the CriticalSectionBlock. More... | |
Defines | |
| #define | synchronized(cs) for(CriticalSectionBlock __currentlocked(cs);__currentlocked.checkonce(); ) |
| cool macro which makes it possible to use the CriticalSectionBlock the way you are used to in Java (..if you are used to java). | |
|
|
cool macro which makes it possible to use the CriticalSectionBlock the way you are used to in Java (..if you are used to java). Basically you use it this way:
Definition at line 131 of file CriticalSectionBlock.H. |
|
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2002 by the authors. |
1.3.5