|
log4cplus
1.1.0
|
This file contains implementations of synchronization primitives using the Win32 API. More...
#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | log4cplus |
| namespace | log4cplus::thread |
| namespace | log4cplus::thread::impl |
Functions | |
| bool | log4cplus::thread::impl::InitializeCriticalSection_wrapInternal (LPCRITICAL_SECTION cs) |
| void | log4cplus::thread::impl::InitializeCriticalSection_wrap (LPCRITICAL_SECTION cs) |
This file contains implementations of synchronization primitives using the Win32 API.
It does not contain any include guards because it is only a fragment to be included by syncprims.h.
Definition in file syncprims-win32.h.
1.7.6.1