OFFIS DCMTK
Version 3.6.0
|
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. | |
#define LOG4CPLUS_BEGIN_SYNCHRONIZE_ON_MUTEX | ( | mutex | ) | do { ::log4cplus::thread::Guard _sync_guard_object(mutex); |
Begin a block synchronized on a mutex.
Definition at line 135 of file threadcf.h.
#define LOG4CPLUS_END_SYNCHRONIZE_ON_MUTEX } while (0) |
End a block synchronized on a mutex.
Definition at line 141 of file threadcf.h.