Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_lock.cpp1961 #define KMP_INC_STAT(lck, stat) (lck->lk.adaptive.stats.stat++) macro
1963 #define KMP_INC_STAT(lck, stat) macro
1988 KMP_INC_STAT(lck, successfulSpeculations); in __kmp_update_badness_after_success()
2043 KMP_INC_STAT(lck, softFailedSpeculations); in __kmp_test_adaptive_lock_only()
2046 KMP_INC_STAT(lck, hardFailedSpeculations); in __kmp_test_adaptive_lock_only()
2074 KMP_INC_STAT(lck, nonSpeculativeAcquires); in __kmp_test_adaptive_lock()
2121 KMP_INC_STAT(lck, lemmingYields); in __kmp_acquire_adaptive_lock()
2136 KMP_INC_STAT(lck, nonSpeculativeAcquires); in __kmp_acquire_adaptive_lock()