Searched refs:ATOMIC_XCHG_WR (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_atomic.cpp | 2038 #define ATOMIC_XCHG_WR(TYPE_ID, OP_ID, TYPE, BITS, OP, GOMP_FLAG) \ macro 2095 ATOMIC_XCHG_WR(fixed1, wr, kmp_int8, 8, =, 2097 ATOMIC_XCHG_WR(fixed2, wr, kmp_int16, 16, =, 2099 ATOMIC_XCHG_WR(fixed4, wr, kmp_int32, 32, =, 2105 ATOMIC_XCHG_WR(fixed8, wr, kmp_int64, 64, =,
|