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

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

Public Attributes

ident_t const * ident
 
enum cons_type type
 
int prev
 
kmp_user_lock_p name
 

Detailed Description

Definition at line 1679 of file kmp.h.

Member Data Documentation

◆ ident

ident_t const* cons_data::ident

Definition at line 1680 of file kmp.h.

Referenced by __kmp_error_construct2().

◆ name

kmp_user_lock_p cons_data::name

Definition at line 1684 of file kmp.h.

◆ prev

int cons_data::prev

Definition at line 1682 of file kmp.h.

◆ type

enum cons_type cons_data::type

Definition at line 1681 of file kmp.h.

Referenced by __kmp_error_construct2().


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