Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp.h1024 #define KMP_WAKEUPS_FROM_BLOCKTIME(blocktime, monitor_wakeups) \ argument
1026 ? (monitor_wakeups) \
1029 : ((monitor_wakeups) > (KMP_BLOCKTIME_MULTIPLIER / (blocktime))) \
1030 ? (monitor_wakeups) \
1035 #define KMP_INTERVALS_FROM_BLOCKTIME(blocktime, monitor_wakeups) \ argument
1036 (((blocktime) + (KMP_BLOCKTIME_MULTIPLIER / (monitor_wakeups)) - 1) / \
1037 (KMP_BLOCKTIME_MULTIPLIER / (monitor_wakeups)))