#include <Semaphore.hpp>
List of all members.
Detailed Description
Definition at line 51 of file Semaphore.hpp.
Constructor & Destructor Documentation
| BLOCXX_NAMESPACE::Semaphore::Semaphore |
( |
| ) |
|
|
inline |
| BLOCXX_NAMESPACE::Semaphore::Semaphore |
( |
Int32 |
initCount | ) |
|
|
inline |
| BLOCXX_NAMESPACE::Semaphore::Semaphore |
( |
const Semaphore & |
| ) |
|
|
private |
Member Function Documentation
| Int32 BLOCXX_NAMESPACE::Semaphore::getCount |
( |
| ) |
|
|
inline |
| void BLOCXX_NAMESPACE::Semaphore::signal |
( |
| ) |
|
|
inline |
| BLOCXX_DEPRECATED bool BLOCXX_NAMESPACE::Semaphore::timedWait |
( |
UInt32 |
sTimeout, |
|
|
UInt32 |
usTimeout = 0 |
|
) |
| |
|
inline |
| bool BLOCXX_NAMESPACE::Semaphore::timedWait |
( |
const Timeout & |
timeout | ) |
|
|
inline |
| void BLOCXX_NAMESPACE::Semaphore::wait |
( |
| ) |
|
|
inline |
Member Data Documentation
| Condition BLOCXX_NAMESPACE::Semaphore::m_cond |
|
private |
| Int32 BLOCXX_NAMESPACE::Semaphore::m_curCount |
|
private |
The documentation for this class was generated from the following file: