![]() |
![]() |
OpenMP Runtime
|
Represents a barrier. More...
#include <tomp_util.h>
Public Attributes | |
volatile unsigned int | count |
Counter initialized to number of threads that will reach the barrier Each thread decrements this count when it reaches the barrier. | |
volatile unsigned int | size |
Total number of threads. | |
volatile unsigned int | sense |
Usefull for the re-use of the barrier. |
Represents a barrier.