LLVM OpenMP 22.0.0git
kmp_barrier_team_union Union Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"

Public Attributes

double b_align
char b_pad [CACHE_LINE]
struct { 
   kmp_uint64   b_arrived 
}; 

Detailed Description

Definition at line 2262 of file kmp.h.

Member Data Documentation

◆ [struct]

struct { ... } kmp_barrier_team_union

◆ b_align

double kmp_barrier_team_union::b_align

Definition at line 2263 of file kmp.h.

◆ b_arrived

kmp_uint64 kmp_barrier_team_union::b_arrived

Definition at line 2266 of file kmp.h.

Referenced by __kmp_linear_barrier_gather_template().

◆ b_pad

char kmp_barrier_team_union::b_pad[CACHE_LINE]

Definition at line 2264 of file kmp.h.


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