LLVM OpenMP 19.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 1811 of file kmp.h.

Member Data Documentation

◆ data

void* private_data::data

Definition at line 1813 of file kmp.h.

◆ more

int private_data::more

Definition at line 1814 of file kmp.h.

◆ next

struct private_data* private_data::next

Definition at line 1812 of file kmp.h.

◆ size

size_t private_data::size

Definition at line 1815 of file kmp.h.


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