Searched refs:MIN_MAX_CMPXCHG (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp601 Without "volatile" specifier in OP_CMPXCHG and MIN_MAX_CMPXCHG we have a bug
603 seems the right solution is writing OP_CMPXCHG and MIN_MAX_CMPXCHG routines
1104 #define MIN_MAX_CMPXCHG(TYPE, BITS, OP) \ macro
1140 MIN_MAX_CMPXCHG(TYPE, BITS, OP) \
1153 MIN_MAX_CMPXCHG(TYPE, BITS, OP) /* aligned address */ \

Completed in 115 milliseconds