LLVM OpenMP 19.0.0git
Public Attributes | List of all members
kmp_local Struct Reference

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

Public Attributes

volatile int this_construct
 
voidreduce_data
 
PACKED_REDUCTION_METHOD_T packed_reduction_method
 

Detailed Description

Definition at line 2330 of file kmp.h.

Member Data Documentation

◆ packed_reduction_method

PACKED_REDUCTION_METHOD_T kmp_local::packed_reduction_method

Definition at line 2348 of file kmp.h.

◆ reduce_data

void* kmp_local::reduce_data

Definition at line 2332 of file kmp.h.

◆ this_construct

volatile int kmp_local::this_construct

Definition at line 2331 of file kmp.h.


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