Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_lock.cpp1876 t->softFailedSpeculations += s->softFailedSpeculations; in __kmp_add_stats()
1920 t->softFailedSpeculations; in __kmp_print_speculative_stats()
1951 t->softFailedSpeculations, in __kmp_print_speculative_stats()
1952 percent(t->softFailedSpeculations, totalSpeculations)); in __kmp_print_speculative_stats()
2043 KMP_INC_STAT(lck, softFailedSpeculations); in __kmp_test_adaptive_lock_only()
Dkmp_lock.h322 kmp_uint32 softFailedSpeculations; member