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

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

Public Attributes

struct private_commonnext
 
struct private_commonlink
 
voidgbl_addr
 
voidpar_addr
 
size_t cmn_size
 

Detailed Description

Definition at line 1818 of file kmp.h.

Member Data Documentation

◆ cmn_size

size_t private_common::cmn_size

Definition at line 1823 of file kmp.h.

Referenced by __kmpc_threadprivate(), and kmp_threadprivate_insert().

◆ gbl_addr

void* private_common::gbl_addr

◆ link

struct private_common* private_common::link

Definition at line 1820 of file kmp.h.

Referenced by __kmp_common_destroy_gtid(), and kmp_threadprivate_insert().

◆ next

struct private_common* private_common::next

Definition at line 1819 of file kmp.h.

Referenced by __kmp_threadprivate_find_task_common(), and kmp_threadprivate_insert().

◆ par_addr

void* private_common::par_addr

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