Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp.h1042 #define KMP_WAKEUPS_FROM_BLOCKTIME(blocktime, monitor_wakeups) \ argument
1044 ? (monitor_wakeups) \
1047 : ((monitor_wakeups) > (KMP_BLOCKTIME_MULTIPLIER / (blocktime))) \
1048 ? (monitor_wakeups) \
1053 #define KMP_INTERVALS_FROM_BLOCKTIME(blocktime, monitor_wakeups) \ argument
1054 (((blocktime) + (KMP_BLOCKTIME_MULTIPLIER / (monitor_wakeups)) - 1) / \
1055 (KMP_BLOCKTIME_MULTIPLIER / (monitor_wakeups)))