Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h2101 #define KMP_BARRIER_SLEEP_BIT 0 /* bit used for suspend/sleep part of state */ macro
2105 #define KMP_BARRIER_SLEEP_STATE (1 << KMP_BARRIER_SLEEP_BIT)
2109 #if (KMP_BARRIER_SLEEP_BIT >= KMP_BARRIER_BUMP_BIT)