Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1240 #define KMP_WAKEUPS_FROM_BLOCKTIME(blocktime, monitor_wakeups) \ argument
1241 (((blocktime) == KMP_MAX_BLOCKTIME) ? (monitor_wakeups) \
1243 : ((monitor_wakeups) > (KMP_BLOCKTIME_MULTIPLIER / (blocktime))) \
1244 ? (monitor_wakeups) \
1249 #define KMP_INTERVALS_FROM_BLOCKTIME(blocktime, monitor_wakeups) \ argument
1250 (((blocktime) + (KMP_BLOCKTIME_MULTIPLIER / (monitor_wakeups)) - 1) / \
1251 (KMP_BLOCKTIME_MULTIPLIER / (monitor_wakeups)))