PoDoFo
0.9.6
|
#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 () |
A platform independent non-reentrant mutex, no-op implementation. This version is used if PoDoFo is built without threading support.
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.
|
inline |
Construct a new mutex
|
inline |
Construct a new mutex
|
inline |
Lock the mutex
|
inline |
Lock the mutex
|
inline |
Lock the mutex
|
inline |
Try locking the mutex.
|
inline |
Try locking the mutex.
|
inline |
Try locking the mutex.
|
inline |
Unlock the mutex
|
inline |
Unlock the mutex
|
inline |
Unlock the mutex