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. |
Definition in file threadcf.h.
#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.