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

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

Public Attributes

double th_align
 
char th_pad [KMP_PAD(kmp_base_info_t, CACHE_LINE)]
 
kmp_base_info_t th
 

Detailed Description

Definition at line 3068 of file kmp.h.

Member Data Documentation

◆ th

kmp_base_info_t kmp_info::th

Definition at line 3071 of file kmp.h.

Referenced by __kmp_release_deps().

◆ th_align

double kmp_info::th_align

Definition at line 3069 of file kmp.h.

◆ th_pad

char kmp_info::th_pad[KMP_PAD(kmp_base_info_t, CACHE_LINE)]

Definition at line 3070 of file kmp.h.


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