24 #ifndef __CORE_THREADING_BARRIER_H_ 25 #define __CORE_THREADING_BARRIER_H_ 43 BarrierData *barrier_data;
unsigned int count()
Get number of threads this barrier will wait for.
Fawkes library namespace.
virtual void wait()
Wait for other threads.
Barrier()
Protected Constructor.
unsigned int _count
Number of threads that are expected to wait for the barrier.
virtual ~Barrier()
Destructor.
A barrier is a synchronization tool which blocks until a given number of threads have reached the bar...