LLVM OpenMP 19.0.0git
Public Attributes | List of all members
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 2232 of file kmp.h.

Member Data Documentation

◆ 

struct { ... } kmp_barrier_team_union::@7

◆ b_align

double kmp_barrier_team_union::b_align

Definition at line 2233 of file kmp.h.

◆ b_arrived

kmp_uint64 kmp_barrier_team_union::b_arrived

Definition at line 2236 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 2234 of file kmp.h.


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