Searched refs:__kmp_tsc (Results 1 – 1 of 1) sorted by relevance
2663 #define __kmp_tsc() __kmp_hardware_timestamp() macro2670 #define __kmp_tsc() __kmp_now_nsec() macro2689 kmp_uint64 goal = __kmp_tsc() + boff->min_tick; in __kmp_spin_backoff()2692 } while (before(__kmp_tsc(), goal)); in __kmp_spin_backoff()