LLVM OpenMP 22.0.0git
kmp_lock_table Struct Reference

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

Public Attributes

kmp_lock_index_t used
kmp_lock_index_t allocated
kmp_user_lock_ptable

Detailed Description

Definition at line 960 of file kmp_lock.h.

Member Data Documentation

◆ allocated

kmp_lock_index_t kmp_lock_table::allocated

Definition at line 962 of file kmp_lock.h.

◆ table

kmp_user_lock_p* kmp_lock_table::table

Definition at line 963 of file kmp_lock.h.

◆ used

kmp_lock_index_t kmp_lock_table::used

Definition at line 961 of file kmp_lock.h.


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