Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp.h1028 #define KMP_BLOCKTIME_MULTIPLIER \ macro
1047 : ((monitor_wakeups) > (KMP_BLOCKTIME_MULTIPLIER / (blocktime))) \
1049 : (KMP_BLOCKTIME_MULTIPLIER) / (blocktime))
1054 (((blocktime) + (KMP_BLOCKTIME_MULTIPLIER / (monitor_wakeups)) - 1) / \
1055 (KMP_BLOCKTIME_MULTIPLIER / (monitor_wakeups)))