Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
Definition in file MutexLock.h.
#include "debuget.h"
#include <iostream>
Include dependency graph for MutexLock.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | MutexLock |
A software only mutual exclusion lock. More... | |
struct | MutexLock::door_t |
Holds per process shared info, one of these per process. More... | |
Defines | |
#define | mutexdebugout(i, c) {} |
If you define this to do something more interesting, can use it to see what's going on in the locking process. |
|
If you define this to do something more interesting, can use it to see what's going on in the locking process.
Definition at line 160 of file MutexLock.h. Referenced by MutexLock< num_doors >::do_try_lock(). |
Tekkotsu v2.0 |
Generated Wed Jan 21 03:21:50 2004 by Doxygen 1.3.4 |