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