Home
last modified time | relevance | path

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

/qemu/subprojects/libvhost-user/include/
H A Datomic.h228 #define qatomic_inc_fetch(ptr) __atomic_add_fetch(ptr, 1, __ATOMIC_SEQ_CST) macro
/qemu/subprojects/libvduse/include/
H A Datomic.h228 #define qatomic_inc_fetch(ptr) __atomic_add_fetch(ptr, 1, __ATOMIC_SEQ_CST) macro
/qemu/include/qemu/
H A Datomic.h228 #define qatomic_inc_fetch(ptr) __atomic_add_fetch(ptr, 1, __ATOMIC_SEQ_CST) macro
/qemu/docs/devel/
H A Datomics.rst97 typeof(*ptr) qatomic_inc_fetch(ptr)