#include <mutex.h>
Public Member Functions | |
| Mutex () | |
| ~Mutex () | |
| void | lock () |
| void | unlock () |
| GMutex * | get_gmutex () |
Definition at line 35 of file mutex.h.
| pdf::Mutex::Mutex | ( | ) | [inline] |
| pdf::Mutex::~Mutex | ( | ) | [inline] |
| GMutex* pdf::Mutex::get_gmutex | ( | ) | [inline] |
| void pdf::Mutex::lock | ( | void | ) | [inline] |
Definition at line 41 of file mutex.h.
Referenced by pdf::ScopeMutex::ScopeMutex().

| void pdf::Mutex::unlock | ( | void | ) | [inline] |
Definition at line 42 of file mutex.h.
Referenced by pdf::ScopeMutex::~ScopeMutex().

1.6.2-20100208