#include <PdfMutexImpl_win32.h>
Public Member Functions | |
PdfMutexImpl () | |
void | Lock () |
bool | TryLock () |
void | UnLock () |
void | Lock () |
bool | TryLock () |
void | UnLock () |
PdfMutexImpl () | |
void | Lock () |
bool | TryLock () |
void | UnLock () |
PdfMutex is *NOT* part of PoDoFo's public API.
A platform independent reentrant mutex, pthread implementation.
PdfMutex is *NOT* part of PoDoFo's public API.
This is the pthread implementation, which is entirely inline.
A platform independent reentrant mutex, win32 implementation.
PoDoFo::Util::PdfMutexImpl::PdfMutexImpl | ( | ) | [inline] |
Construct a new mutex
PoDoFo::Util::PdfMutexImpl::PdfMutexImpl | ( | ) | [inline] |
Construct a new mutex
void PoDoFo::Util::PdfMutexImpl::Lock | ( | ) | [inline] |
Lock the mutex
void PoDoFo::Util::PdfMutexImpl::Lock | ( | ) | [inline] |
Lock the mutex
void PoDoFo::Util::PdfMutexImpl::Lock | ( | ) | [inline] |
Lock the mutex
bool PoDoFo::Util::PdfMutexImpl::TryLock | ( | ) | [inline] |
Try locking the mutex.
false if the mutex is already locked by some other thread
bool PoDoFo::Util::PdfMutexImpl::TryLock | ( | ) | [inline] |
Try locking the mutex.
false if the mutex is already locked by some other thread
bool PoDoFo::Util::PdfMutexImpl::TryLock | ( | ) | [inline] |
Try locking the mutex.
false if the mutex is already locked by some other thread
void PoDoFo::Util::PdfMutexImpl::UnLock | ( | ) | [inline] |
Unlock the mutex
void PoDoFo::Util::PdfMutexImpl::UnLock | ( | ) | [inline] |
Unlock the mutex
void PoDoFo::Util::PdfMutexImpl::UnLock | ( | ) | [inline] |
Unlock the mutex