Lunchbox
1.15.0
Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs.
|
Group descriptor for popBarrier(). More...
Public Member Functions | |
Group (const size_t height) | |
Construct a new group of the given size. More... | |
void | setHeight (const size_t height) |
Update the height. More... | |
Friends | |
class | MTQueue< T, S > |
Group descriptor for popBarrier().
Definition at line 182 of file mtQueue.ipp.
|
inlineexplicit |
Construct a new group of the given size.
Can only be used once.
Definition at line 193 of file mtQueue.ipp.
|
inline |