#include <ThreadCounter.hpp>
Definition at line 84 of file ThreadCounter.hpp.
◆ ThreadCounter() [1/2]
| BLOCXX_NAMESPACE::ThreadCounter::ThreadCounter |
( |
Int32 |
maxThreads | ) |
|
◆ ~ThreadCounter()
| BLOCXX_NAMESPACE::ThreadCounter::~ThreadCounter |
( |
| ) |
|
◆ ThreadCounter() [2/2]
| BLOCXX_NAMESPACE::ThreadCounter::ThreadCounter |
( |
ThreadCounter const & |
| ) |
|
|
private |
◆ decThreadCount()
| void BLOCXX_NAMESPACE::ThreadCounter::decThreadCount |
( |
| ) |
|
◆ getThreadCount()
| Int32 BLOCXX_NAMESPACE::ThreadCounter::getThreadCount |
( |
| ) |
|
◆ incThreadCount() [1/2]
| void BLOCXX_NAMESPACE::ThreadCounter::incThreadCount |
( |
const Timeout & |
timeout | ) |
|
◆ incThreadCount() [2/2]
| void BLOCXX_NAMESPACE::ThreadCounter::incThreadCount |
( |
UInt32 |
sTimeout, |
|
|
UInt32 |
usTimeout |
|
) |
| |
◆ operator=()
◆ setMax()
| void BLOCXX_NAMESPACE::ThreadCounter::setMax |
( |
Int32 |
maxThreads | ) |
|
◆ waitForAll() [1/2]
| void BLOCXX_NAMESPACE::ThreadCounter::waitForAll |
( |
const Timeout & |
timeout | ) |
|
◆ waitForAll() [2/2]
| void BLOCXX_NAMESPACE::ThreadCounter::waitForAll |
( |
UInt32 |
sTimeout, |
|
|
UInt32 |
usTimeout |
|
) |
| |
◆ m_maxThreads
| Int32 BLOCXX_NAMESPACE::ThreadCounter::m_maxThreads |
|
private |
◆ m_runCount
| Int32 BLOCXX_NAMESPACE::ThreadCounter::m_runCount |
|
private |
◆ m_runCountCondition
| Condition BLOCXX_NAMESPACE::ThreadCounter::m_runCountCondition |
|
private |
◆ m_runCountGuard
The documentation for this class was generated from the following files: