|
log4cplus
1.1.0
|
#include <syncprims-impl.h>
Public Member Functions | |
| SharedMutex () | |
| ~SharedMutex () | |
| void | rdlock () const |
| void | wrlock () const |
| void | rdunlock () const |
| void | wrunlock () const |
Definition at line 187 of file syncprims-impl.h.
| log4cplus::thread::impl::SharedMutex::SharedMutex | ( | ) | [inline] |
Definition at line 415 of file syncprims-pthreads.h.
References LOG4CPLUS_THROW_RTE.
| log4cplus::thread::impl::SharedMutex::~SharedMutex | ( | ) | [inline] |
Definition at line 424 of file syncprims-pthreads.h.
References LOG4CPLUS_THROW_RTE.
| void log4cplus::thread::impl::SharedMutex::rdlock | ( | ) | const [inline] |
Definition at line 439 of file syncprims-pthreads.h.
References LOG4CPLUS_THROW_RTE, and log4cplus::thread::yield().
| void log4cplus::thread::impl::SharedMutex::rdunlock | ( | ) | const [inline] |
Definition at line 469 of file syncprims-pthreads.h.
| void log4cplus::thread::impl::SharedMutex::wrlock | ( | ) | const [inline] |
Definition at line 477 of file syncprims-pthreads.h.
References LOG4CPLUS_THROW_RTE.
| void log4cplus::thread::impl::SharedMutex::wrunlock | ( | ) | const [inline] |
Definition at line 487 of file syncprims-pthreads.h.
1.7.6.1