OFFIS DCMTK Version 3.6.0
Defines
oflog/include/dcmtk/oflog/helpers/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.

Defines

#define INCLUDE_CSTDDEF
#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.

Detailed Description

Definition in file threadcf.h.


Define 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 Sun Dec 4 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.7.4