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