LLVM OpenMP 22.0.0git
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 1841 of file kmp.h.

Member Data Documentation

◆ data

void* private_data::data

Definition at line 1843 of file kmp.h.

◆ more

int private_data::more

Definition at line 1844 of file kmp.h.

◆ next

struct private_data* private_data::next

Definition at line 1842 of file kmp.h.

◆ size

size_t private_data::size

Definition at line 1845 of file kmp.h.


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