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

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

Public Attributes

kmp_info_pcg_root
 
kmp_int32 cg_thread_limit
 
kmp_int32 cg_nthreads
 
struct kmp_cg_rootup
 

Detailed Description

Definition at line 2914 of file kmp.h.

Member Data Documentation

◆ cg_nthreads

kmp_int32 kmp_cg_root::cg_nthreads

◆ cg_root

kmp_info_p* kmp_cg_root::cg_root

◆ cg_thread_limit

kmp_int32 kmp_cg_root::cg_thread_limit

Definition at line 2918 of file kmp.h.

Referenced by __kmp_register_root(), and __kmp_teams_master().

◆ up

struct kmp_cg_root* kmp_cg_root::up

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