Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h2095 #define KMP_BARRIER_BUMP_BIT 2 /* lsb used for bump of go/arrived state */ macro
2099 #define KMP_BARRIER_STATE_BUMP (1 << KMP_BARRIER_BUMP_BIT)
2101 #if (KMP_BARRIER_SLEEP_BIT >= KMP_BARRIER_BUMP_BIT)
2104 #if (KMP_BARRIER_UNUSED_BIT >= KMP_BARRIER_BUMP_BIT)