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

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

Public Attributes

kmp_uint32 step
 
kmp_uint32 max_backoff
 
kmp_uint32 min_tick
 

Detailed Description

Definition at line 1290 of file kmp_lock.h.

Member Data Documentation

◆ max_backoff

kmp_uint32 kmp_backoff_t::max_backoff

◆ min_tick

kmp_uint32 kmp_backoff_t::min_tick

◆ step

kmp_uint32 kmp_backoff_t::step

Definition at line 1291 of file kmp_lock.h.

Referenced by __kmp_spin_backoff().


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