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