LLVM OpenMP 19.0.0git
Public Attributes | List of all members
kmp_root Union Reference

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

Public Attributes

kmp_base_root_t r
 
double r_align
 
char r_pad [KMP_PAD(kmp_base_root_t, CACHE_LINE)]
 

Detailed Description

Definition at line 3265 of file kmp.h.

Member Data Documentation

◆ r

kmp_base_root_t kmp_root::r

Definition at line 3266 of file kmp.h.

◆ r_align

double kmp_root::r_align

Definition at line 3267 of file kmp.h.

◆ r_pad

char kmp_root::r_pad[KMP_PAD(kmp_base_root_t, CACHE_LINE)]

Definition at line 3268 of file kmp.h.


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