LLVM OpenMP 19.0.0git
Public Attributes | List of all members
kmp_barrier_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 [KMP_PAD(kmp_bstate_t, CACHE_LINE)]
 
kmp_bstate_t bb
 

Detailed Description

Definition at line 2223 of file kmp.h.

Member Data Documentation

◆ b_align

double kmp_barrier_union::b_align

Definition at line 2224 of file kmp.h.

◆ b_pad

char kmp_barrier_union::b_pad[KMP_PAD(kmp_bstate_t, CACHE_LINE)]

Definition at line 2225 of file kmp.h.

◆ bb

kmp_bstate_t kmp_barrier_union::bb

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