Definition at line 130 of file ThreadBarrier.cpp.
◆ ThreadBarrierImpl()
| BLOCXX_NAMESPACE::ThreadBarrierImpl::ThreadBarrierImpl |
( |
UInt32 |
threshold | ) |
|
|
inline |
◆ wait()
| void BLOCXX_NAMESPACE::ThreadBarrierImpl::wait |
( |
| ) |
|
|
inline |
◆ m_curSubBarrier
| int BLOCXX_NAMESPACE::ThreadBarrierImpl::m_curSubBarrier |
|
private |
Either 0 or 1, depending on whether we are the first generation of waiters or the next generation of waiters.
Definition at line 187 of file ThreadBarrier.cpp.
◆ m_mutex
◆ m_subBarrier0
| SubBarrier BLOCXX_NAMESPACE::ThreadBarrierImpl::m_subBarrier0 |
|
private |
◆ m_subBarrier1
| SubBarrier BLOCXX_NAMESPACE::ThreadBarrierImpl::m_subBarrier1 |
|
private |
◆ m_threshold
| UInt32 BLOCXX_NAMESPACE::ThreadBarrierImpl::m_threshold |
|
private |
The documentation for this class was generated from the following file: