Home
last modified time | relevance | path

Searched refs:KMP_INC_STAT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp1944 #define KMP_INC_STAT(lck, stat) (lck->lk.adaptive.stats.stat++) macro
1946 #define KMP_INC_STAT(lck, stat) macro
1971 KMP_INC_STAT(lck, successfulSpeculations); in __kmp_update_badness_after_success()
2026 KMP_INC_STAT(lck, softFailedSpeculations); in __kmp_test_adaptive_lock_only()
2029 KMP_INC_STAT(lck, hardFailedSpeculations); in __kmp_test_adaptive_lock_only()
2057 KMP_INC_STAT(lck, nonSpeculativeAcquires); in __kmp_test_adaptive_lock()
2104 KMP_INC_STAT(lck, lemmingYields); in __kmp_acquire_adaptive_lock()
2119 KMP_INC_STAT(lck, nonSpeculativeAcquires); in __kmp_acquire_adaptive_lock()