Home
last modified time | relevance | path

Searched refs:qatomic_add_fetch (Results 1 – 4 of 4) sorted by relevance

/qemu/subprojects/libvhost-user/include/
H A Datomic.h230 #define qatomic_add_fetch(ptr, n) __atomic_add_fetch(ptr, n, __ATOMIC_SEQ_CST) macro
/qemu/subprojects/libvduse/include/
H A Datomic.h230 #define qatomic_add_fetch(ptr, n) __atomic_add_fetch(ptr, n, __ATOMIC_SEQ_CST) macro
/qemu/include/qemu/
H A Datomic.h230 #define qatomic_add_fetch(ptr, n) __atomic_add_fetch(ptr, n, __ATOMIC_SEQ_CST) macro
/qemu/docs/devel/
H A Datomics.rst99 typeof(*ptr) qatomic_add_fetch(ptr, val)