Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_lock.cpp1875 t->hardFailedSpeculations += s->hardFailedSpeculations; in __kmp_add_stats()
1919 t->hardFailedSpeculations + in __kmp_print_speculative_stats()
1954 t->hardFailedSpeculations, in __kmp_print_speculative_stats()
1955 percent(t->hardFailedSpeculations, totalSpeculations)); in __kmp_print_speculative_stats()
2046 KMP_INC_STAT(lck, hardFailedSpeculations); in __kmp_test_adaptive_lock_only()
Dkmp_lock.h321 kmp_uint32 hardFailedSpeculations; member