|
log4cplus
1.1.0
|
#include <syncprims.h>
Public Member Functions | |
| SyncGuard () | |
| SyncGuard (SP const &) | |
| ~SyncGuard () | |
| void | lock () |
| void | unlock () |
| void | attach (SP const &) |
| void | attach_and_lock (SP const &) |
| void | detach () |
Definition at line 39 of file syncprims.h.
| log4cplus::thread::SyncGuard< SP >::SyncGuard | ( | ) | [inline] |
Definition at line 238 of file syncprims.h.
| log4cplus::thread::SyncGuard< SP >::SyncGuard | ( | SP const & | m | ) | [inline] |
Definition at line 245 of file syncprims.h.
| log4cplus::thread::SyncGuard< SP >::~SyncGuard | ( | ) | [inline] |
Definition at line 254 of file syncprims.h.
| void log4cplus::thread::SyncGuard< SP >::attach | ( | SP const & | m | ) | [inline] |
Definition at line 282 of file syncprims.h.
| void log4cplus::thread::SyncGuard< SP >::attach_and_lock | ( | SP const & | m | ) | [inline] |
Definition at line 291 of file syncprims.h.
| void log4cplus::thread::SyncGuard< SP >::detach | ( | ) | [inline] |
Definition at line 309 of file syncprims.h.
Referenced by log4cplus::thread::impl::ManualResetEvent::timed_wait(), and log4cplus::thread::impl::ManualResetEvent::wait().
| void log4cplus::thread::SyncGuard< SP >::lock | ( | ) | [inline] |
Definition at line 264 of file syncprims.h.
| void log4cplus::thread::SyncGuard< SP >::unlock | ( | ) | [inline] |
Definition at line 273 of file syncprims.h.
Referenced by log4cplus::thread::impl::ManualResetEvent::timed_wait(), and log4cplus::thread::impl::ManualResetEvent::wait().
1.7.6.1