log4cplus
1.1.0
|
#include <syncprims.h>
Public Member Functions | |
SyncGuardFunc (SP const &) | |
~SyncGuardFunc () | |
void | lock () |
void | unlock () |
void | attach (SP const &) |
void | detach () |
Definition at line 185 of file syncprims.h.
log4cplus::thread::SyncGuardFunc< SP, lock_func, unlock_func >::SyncGuardFunc | ( | SP const & | m | ) | [inline] |
Definition at line 322 of file syncprims.h.
log4cplus::thread::SyncGuardFunc< SP, lock_func, unlock_func >::~SyncGuardFunc | ( | ) | [inline] |
Definition at line 332 of file syncprims.h.
void log4cplus::thread::SyncGuardFunc< SP, lock_func, unlock_func >::attach | ( | SP const & | m | ) | [inline] |
Definition at line 363 of file syncprims.h.
void log4cplus::thread::SyncGuardFunc< SP, lock_func, unlock_func >::detach | ( | ) | [inline] |
Definition at line 373 of file syncprims.h.
void log4cplus::thread::SyncGuardFunc< SP, lock_func, unlock_func >::lock | ( | ) | [inline] |
Definition at line 343 of file syncprims.h.
void log4cplus::thread::SyncGuardFunc< SP, lock_func, unlock_func >::unlock | ( | ) | [inline] |
Definition at line 353 of file syncprims.h.