|
log4cplus
2.0.0
|
#include <syncprims.h>
Public Member Functions | |
| SharedMutex () | |
| ~SharedMutex () | |
| void | rdlock () const |
| void | rdunlock () const |
| void | wrlock () const |
| void | wrunlock () const |
Definition at line 157 of file syncprims.h.
| SharedMutex::SharedMutex | ( | ) | [inline] |
Definition at line 43 of file syncprims-pmsm.h.
| SharedMutex::~SharedMutex | ( | ) | [inline] |
Definition at line 55 of file syncprims-pmsm.h.
| void log4cplus::thread::SharedMutex::rdlock | ( | ) | const |
| void log4cplus::thread::SharedMutex::rdunlock | ( | ) | const |
| void log4cplus::thread::SharedMutex::wrlock | ( | ) | const |
| void log4cplus::thread::SharedMutex::wrunlock | ( | ) | const |
1.7.6.1