LLVM OpenMP 20.0.0git
Public Attributes | List of all members
private_data Struct Reference

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

Public Attributes

struct private_datanext
 
voiddata
 
int more
 
size_t size
 

Detailed Description

Definition at line 1820 of file kmp.h.

Member Data Documentation

◆ data

void* private_data::data

Definition at line 1822 of file kmp.h.

◆ more

int private_data::more

Definition at line 1823 of file kmp.h.

◆ next

struct private_data* private_data::next

Definition at line 1821 of file kmp.h.

◆ size

size_t private_data::size

Definition at line 1824 of file kmp.h.


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