Home
last modified time | relevance | path

Searched defs:qatomic_fetch_dec (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/subprojects/libvhost-user/include/
H A Datomic.h178 #define qatomic_fetch_dec(ptr) __atomic_fetch_sub(ptr, 1, __ATOMIC_SEQ_CST) macro
/openbmc/qemu/subprojects/libvduse/include/
H A Datomic.h178 #define qatomic_fetch_dec(ptr) __atomic_fetch_sub(ptr, 1, __ATOMIC_SEQ_CST) macro
/openbmc/qemu/include/qemu/
H A Datomic.h178 #define qatomic_fetch_dec(ptr) __atomic_fetch_sub(ptr, 1, __ATOMIC_SEQ_CST) macro