LLVM OpenMP
kmp_desc_base Struct Reference

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

Public Attributes

voidds_stackbase
size_t ds_stacksize
int ds_stackgrow
kmp_thread_t ds_thread
volatile int ds_tid
int ds_gtid

Detailed Description

Definition at line 2320 of file kmp.h.

Member Data Documentation

◆ ds_gtid

int kmp_desc_base::ds_gtid

Definition at line 2326 of file kmp.h.

◆ ds_stackbase

void* kmp_desc_base::ds_stackbase

Definition at line 2321 of file kmp.h.

◆ ds_stackgrow

int kmp_desc_base::ds_stackgrow

Definition at line 2323 of file kmp.h.

◆ ds_stacksize

size_t kmp_desc_base::ds_stacksize

Definition at line 2322 of file kmp.h.

◆ ds_thread

kmp_thread_t kmp_desc_base::ds_thread

Definition at line 2324 of file kmp.h.

◆ ds_tid

volatile int kmp_desc_base::ds_tid

Definition at line 2325 of file kmp.h.


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