Home
last modified time | relevance | path

Searched defs:KMP_BLOCKING (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h1276 #define KMP_BLOCKING(goal, count) ((goal) > KMP_NOW()) macro
1283 #define KMP_BLOCKING(goal, count) ((count) % 1000 != 0 || (goal) > KMP_NOW()) macro