|
log4cplus
1.1.0
|
#include <syncprims.h>
Public Types | |
| enum | Type { DEFAULT, RECURSIVE } |
Public Member Functions | |
| Mutex (Type=RECURSIVE) | |
| ~Mutex () | |
| void | lock () const |
| void | unlock () const |
Definition at line 70 of file syncprims.h.
Definition at line 73 of file syncprims.h.
| log4cplus::thread::Mutex::Mutex | ( | Type | = RECURSIVE | ) | [explicit] |
| void log4cplus::thread::Mutex::lock | ( | ) | const |
| void log4cplus::thread::Mutex::unlock | ( | ) | const |
1.7.6.1