reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/kmp_lock.cpp
 2685   for (i = boff->step; i > 0; i--) {
 2686     kmp_uint64 goal = __kmp_tsc() + boff->min_tick;
 2691   boff->step = (boff->step << 1 | 1) & (boff->max_backoff - 1);
 2691   boff->step = (boff->step << 1 | 1) & (boff->max_backoff - 1);
 2691   boff->step = (boff->step << 1 | 1) & (boff->max_backoff - 1);