Searched refs:_ATOMIC_STORE_REL_IMPL (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm64/include/ |
H A D | atomic.h | 488 #define _ATOMIC_STORE_REL_IMPL(t, w, s) \ macro 499 _ATOMIC_STORE_REL_IMPL(8, w, b) 500 _ATOMIC_STORE_REL_IMPL(16, w, h) 501 _ATOMIC_STORE_REL_IMPL(32, w, ) 502 _ATOMIC_STORE_REL_IMPL(64, , )
|