Searched refs:KMP_NOW (Results 1 – 2 of 2) sorted by relevance
518 hibernate_goal = KMP_NOW();520 hibernate_goal = KMP_NOW() + this_thr->th.th_team_bt_intervals;
1270 #define KMP_NOW() ((kmp_uint64)_rdtsc()) macro1272 #define KMP_NOW() __kmp_hardware_timestamp() macro1276 #define KMP_BLOCKING(goal, count) ((goal) > KMP_NOW())1280 #define KMP_NOW() __kmp_now_nsec() macro1283 #define KMP_BLOCKING(goal, count) ((count) % 1000 != 0 || (goal) > KMP_NOW())