Searched defs:qatomic_fetch_or (Results 1 – 5 of 5) sorted by relevance
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/ |
H A D | atomic.h | 215 #define qatomic_fetch_or(ptr, n) __atomic_fetch_or(ptr, n, __ATOMIC_SEQ_CST) macro 390 #define qatomic_fetch_or(ptr, n) __sync_fetch_and_or(ptr, n) macro
|
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/ |
H A D | atomic.h | 215 #define qatomic_fetch_or(ptr, n) __atomic_fetch_or(ptr, n, __ATOMIC_SEQ_CST) macro 407 #define qatomic_fetch_or(ptr, n) __sync_fetch_and_or(ptr, n) macro
|
/dports/emulators/qemu/qemu-6.2.0/include/qemu/ |
H A D | atomic.h | 216 #define qatomic_fetch_or(ptr, n) __atomic_fetch_or(ptr, n, __ATOMIC_SEQ_CST) macro
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/subprojects/libvhost-user/include/ |
H A D | atomic.h | 216 #define qatomic_fetch_or(ptr, n) __atomic_fetch_or(ptr, n, __ATOMIC_SEQ_CST) macro
|
/dports/emulators/qemu/qemu-6.2.0/subprojects/libvhost-user/include/ |
H A D | atomic.h | 216 #define qatomic_fetch_or(ptr, n) __atomic_fetch_or(ptr, n, __ATOMIC_SEQ_CST) macro
|