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

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

Public Attributes

volatile int r_active
 
std::atomic< intr_in_parallel
 
kmp_team_tr_root_team
 
kmp_team_tr_hot_team
 
kmp_info_tr_uber_thread
 
kmp_lock_t r_begin_lock
 
volatile int r_begin
 
int r_blocktime
 

Detailed Description

Definition at line 3245 of file kmp.h.

Member Data Documentation

◆ r_active

volatile int kmp_base_root::r_active

Definition at line 3250 of file kmp.h.

◆ r_begin

volatile int kmp_base_root::r_begin

Definition at line 3258 of file kmp.h.

◆ r_begin_lock

kmp_lock_t kmp_base_root::r_begin_lock

Definition at line 3257 of file kmp.h.

◆ r_blocktime

int kmp_base_root::r_blocktime

Definition at line 3259 of file kmp.h.

◆ r_hot_team

kmp_team_t* kmp_base_root::r_hot_team

Definition at line 3255 of file kmp.h.

◆ r_in_parallel

std::atomic<int> kmp_base_root::r_in_parallel

Definition at line 3252 of file kmp.h.

◆ r_root_team

kmp_team_t* kmp_base_root::r_root_team

Definition at line 3254 of file kmp.h.

◆ r_uber_thread

kmp_info_t* kmp_base_root::r_uber_thread

Definition at line 3256 of file kmp.h.


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