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

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

Public Attributes

std::atomic< kmp_int32poll
 
kmp_int32 depth_locked
 

Detailed Description

Definition at line 121 of file kmp_lock.h.

Member Data Documentation

◆ depth_locked

kmp_int32 kmp_base_tas_lock::depth_locked

Definition at line 131 of file kmp_lock.h.

Referenced by __kmpc_unset_nest_lock().

◆ poll

std::atomic<kmp_int32> kmp_base_tas_lock::poll

Definition at line 130 of file kmp_lock.h.

Referenced by __kmpc_unset_nest_lock().


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