log4cplus_thread_Semaphore(3)
| log4cplus::thread::Semaphore(3) | log4cplus | log4cplus::thread::Semaphore(3) |
NAME
log4cplus::thread::Semaphore
SYNOPSIS
#include <syncprims.h>
Public Member Functions
Semaphore (unsigned max, unsigned initial)
~Semaphore ()
Semaphore (Semaphore const &)=delete
Semaphore & operator= (Semaphore const &)=delete
void lock () const
void unlock () const
Detailed Description
Definition at line 82 of file syncprims.h.
Constructor & Destructor Documentation
log4cplus::thread::Semaphore::Semaphore (unsigned max, unsigned initial)
log4cplus::thread::Semaphore::~Semaphore ()
log4cplus::thread::Semaphore::Semaphore (Semaphore const &) [delete]
Member Function Documentation
void log4cplus::thread::Semaphore::lock () const
Semaphore& log4cplus::thread::Semaphore::operator= (Semaphore const &) [delete]
void log4cplus::thread::Semaphore::unlock () const
Author
Generated automatically by Doxygen for log4cplus from the source code.
| Fri Jun 18 2021 | Version 2.0.6 |
