Searched refs:hardFailedSpeculations (Results 1 – 2 of 2) sorted by relevance
1875 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()
321 kmp_uint32 hardFailedSpeculations; member