Home
last modified time | relevance | path

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

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