Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/openmp/runtime/src/
HDkmp_lock.cpp1865 t->hardFailedSpeculations += s->hardFailedSpeculations; in __kmp_add_stats()
1895 t->hardFailedSpeculations + in __kmp_print_speculative_stats()
1940 t->hardFailedSpeculations, in __kmp_print_speculative_stats()
1941 percent(t->hardFailedSpeculations, totalSpeculations)); in __kmp_print_speculative_stats()
2029 KMP_INC_STAT(lck, hardFailedSpeculations); in __kmp_test_adaptive_lock_only()
HDkmp_lock.h325 kmp_uint32 hardFailedSpeculations; member