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

#include "/home/buildbot/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 2299 of file kmp.h.

Member Data Documentation

◆ ds_gtid

int kmp_desc_base::ds_gtid

Definition at line 2305 of file kmp.h.

◆ ds_stackbase

void* kmp_desc_base::ds_stackbase

Definition at line 2300 of file kmp.h.

◆ ds_stackgrow

int kmp_desc_base::ds_stackgrow

Definition at line 2302 of file kmp.h.

◆ ds_stacksize

size_t kmp_desc_base::ds_stacksize

Definition at line 2301 of file kmp.h.

◆ ds_thread

kmp_thread_t kmp_desc_base::ds_thread

Definition at line 2303 of file kmp.h.

◆ ds_tid

volatile int kmp_desc_base::ds_tid

Definition at line 2304 of file kmp.h.


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