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

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

Public Attributes

kmp_info_t ** threads
 
struct kmp_old_threads_list_tnext
 

Detailed Description

Definition at line 3279 of file kmp.h.

Member Data Documentation

◆ next

struct kmp_old_threads_list_t* kmp_old_threads_list_t::next

Definition at line 3281 of file kmp.h.

Referenced by __kmp_cleanup(), and __kmp_expand_threads().

◆ threads

kmp_info_t** kmp_old_threads_list_t::threads

Definition at line 3280 of file kmp.h.

Referenced by __kmp_cleanup(), and __kmp_expand_threads().


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