OpenMP Runtime
Public Attributes
tomp_Barrier Struct Reference

Represents a barrier. More...

#include <tomp_util.h>

List of all members.

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.

Detailed Description

Represents a barrier.

See also:
tomp_waitAtBarrier

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Defines