Searched refs:monitor_wakeups (Results 1 – 1 of 1) sorted by relevance
1109 #define KMP_WAKEUPS_FROM_BLOCKTIME(blocktime, monitor_wakeups) \ argument1110 (((blocktime) == KMP_MAX_BLOCKTIME) ? (monitor_wakeups) \1112 : ((monitor_wakeups) > (KMP_BLOCKTIME_MULTIPLIER / (blocktime))) \1113 ? (monitor_wakeups) \1118 #define KMP_INTERVALS_FROM_BLOCKTIME(blocktime, monitor_wakeups) \ argument1119 (((blocktime) + (KMP_BLOCKTIME_MULTIPLIER / (monitor_wakeups)) - 1) / \1120 (KMP_BLOCKTIME_MULTIPLIER / (monitor_wakeups)))