alpaka
Abstraction Library for Parallel Kernel Acceleration
alpaka::BlockSyncBarrierOmp Class Reference

The OpenMP barrier block synchronization. More...

#include <BlockSyncBarrierOmp.hpp>

+ Inheritance diagram for alpaka::BlockSyncBarrierOmp:

Public Attributes

std::uint8_t m_generation = 0u
 
int m_result [2]
 

Detailed Description

The OpenMP barrier block synchronization.

Definition at line 17 of file BlockSyncBarrierOmp.hpp.

Member Data Documentation

◆ m_generation

std::uint8_t alpaka::BlockSyncBarrierOmp::m_generation = 0u
mutable

Definition at line 20 of file BlockSyncBarrierOmp.hpp.

◆ m_result

int alpaka::BlockSyncBarrierOmp::m_result[2]
mutable

Definition at line 21 of file BlockSyncBarrierOmp.hpp.


The documentation for this class was generated from the following file: