Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp.h1078 #define KMP_WAKEUPS_FROM_BLOCKTIME(blocktime, monitor_wakeups) \ argument
1079 (((blocktime) == KMP_MAX_BLOCKTIME) ? (monitor_wakeups) \
1081 : ((monitor_wakeups) > (KMP_BLOCKTIME_MULTIPLIER / (blocktime))) \
1082 ? (monitor_wakeups) \
1087 #define KMP_INTERVALS_FROM_BLOCKTIME(blocktime, monitor_wakeups) \ argument
1088 (((blocktime) + (KMP_BLOCKTIME_MULTIPLIER / (monitor_wakeups)) - 1) / \
1089 (KMP_BLOCKTIME_MULTIPLIER / (monitor_wakeups)))