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

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

Public Attributes

int p_top
 
int w_top
 
int s_top
 
int stack_size
 
int stack_top
 
struct cons_datastack_data
 

Detailed Description

Definition at line 1687 of file kmp.h.

Member Data Documentation

◆ p_top

int cons_header::p_top

Definition at line 1688 of file kmp.h.

◆ s_top

int cons_header::s_top

Definition at line 1688 of file kmp.h.

◆ stack_data

struct cons_data* cons_header::stack_data

Definition at line 1690 of file kmp.h.

◆ stack_size

int cons_header::stack_size

Definition at line 1689 of file kmp.h.

◆ stack_top

int cons_header::stack_top

Definition at line 1689 of file kmp.h.

◆ w_top

int cons_header::w_top

Definition at line 1688 of file kmp.h.


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