Searched refs:_ATOMIC_STORE_REL_IMPL (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/arm64/include/ |
| H A D | atomic.h | 480 #define _ATOMIC_STORE_REL_IMPL(t, w, s) \ macro 491 _ATOMIC_STORE_REL_IMPL(8, w, b) 492 _ATOMIC_STORE_REL_IMPL(16, w, h) 493 _ATOMIC_STORE_REL_IMPL(32, w, ) 494 _ATOMIC_STORE_REL_IMPL(64, , )
|