UHD
003.005.000-0-g5cb9779d
|
#include <atomic.hpp>
Public Member Functions | |
void | resize (const size_t size) |
Resize the barrier for N threads. More... | |
UHD_INLINE void | wait (void) |
Wait on the barrier condition. More... | |
A reusable barrier to sync multiple threads. All threads spin on wait() until count is reset.
|
inline |
Resize the barrier for N threads.
|
inline |
Wait on the barrier condition.