Searched refs:_ATOMIC_CMPSET_IMPL (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 149 #define _ATOMIC_CMPSET_IMPL(t, w, s, bar, a, l) \ macro 255 _ATOMIC_CMPSET_IMPL(8, w, b, bar, a, l) \ 256 _ATOMIC_CMPSET_IMPL(16, w, h, bar, a, l) \ 257 _ATOMIC_CMPSET_IMPL(32, w, , bar, a, l) \ 258 _ATOMIC_CMPSET_IMPL(64, , , bar, a, l)
|