LLVM OpenMP 22.0.0git
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

Definition at line 1292 of file kmp_lock.h.

Referenced by __kmp_spin_backoff().

◆ min_tick

kmp_uint32 kmp_backoff_t::min_tick

Definition at line 1293 of file kmp_lock.h.

Referenced by __kmp_spin_backoff().

◆ 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: