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

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

Public Attributes

double ds_align
 
char ds_pad [KMP_PAD(kmp_desc_base_t, CACHE_LINE)]
 
kmp_desc_base_t ds
 

Detailed Description

Definition at line 2324 of file kmp.h.

Member Data Documentation

◆ ds

kmp_desc_base_t kmp_desc::ds

Definition at line 2327 of file kmp.h.

◆ ds_align

double kmp_desc::ds_align

Definition at line 2325 of file kmp.h.

◆ ds_pad

char kmp_desc::ds_pad[KMP_PAD(kmp_desc_base_t, CACHE_LINE)]

Definition at line 2326 of file kmp.h.


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