LLVM OpenMP 20.0.0git
Public Attributes | List of all members
kmp_lock_pool Struct Reference

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

Public Attributes

union kmp_user_locknext
 
kmp_lock_index_t index
 

Detailed Description

Definition at line 77 of file kmp_lock.h.

Member Data Documentation

◆ index

kmp_lock_index_t kmp_lock_pool::index

Definition at line 79 of file kmp_lock.h.

Referenced by __kmp_user_lock_allocate().

◆ next

union kmp_user_lock* kmp_lock_pool::next

Definition at line 78 of file kmp_lock.h.

Referenced by __kmp_user_lock_allocate().


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