log4cplus
1.1.0
|
#include <syncprims.h>
Public Member Functions | |
Semaphore (unsigned max, unsigned initial) | |
~Semaphore () | |
void | lock () const |
void | unlock () const |
Definition at line 103 of file syncprims.h.
log4cplus::thread::Semaphore::Semaphore | ( | unsigned | max, |
unsigned | initial | ||
) |
void log4cplus::thread::Semaphore::lock | ( | ) | const |
void log4cplus::thread::Semaphore::unlock | ( | ) | const |