OFFIS DCMTK  Version 3.6.0
Macros
threadcf.h File Reference
Include dependency graph for threadcf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define INCLUDE_CSTDDEF   /* For NULL */
 
#define LOG4CPLUS_BEGIN_SYNCHRONIZE_ON_MUTEX(mutex)   do { ::log4cplus::thread::Guard _sync_guard_object(mutex);
 Begin a block synchronized on a mutex.
 
#define LOG4CPLUS_END_SYNCHRONIZE_ON_MUTEX   } while (0)
 End a block synchronized on a mutex.
 

Macro Definition Documentation

#define LOG4CPLUS_BEGIN_SYNCHRONIZE_ON_MUTEX (   mutex)    do { ::log4cplus::thread::Guard _sync_guard_object(mutex);

Begin a block synchronized on a mutex.

See Also
LOG4CPLUS_END_SYNCHRONIZE_ON_MUTEX

Definition at line 135 of file threadcf.h.

#define LOG4CPLUS_END_SYNCHRONIZE_ON_MUTEX   } while (0)

End a block synchronized on a mutex.

See Also
LOG4CPLUS_BEGIN_SYNCHRONIZE_ON_MUTEX

Definition at line 141 of file threadcf.h.


Generated on Thu Dec 20 2012 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.8.2