Searched defs:libusb_darwin_atomic_fetch_add (Results 1 – 1 of 1) sorted by relevance
47 #define libusb_darwin_atomic_fetch_add(x, y) atomic_fetch_add(x, y) macro55 #define libusb_darwin_atomic_fetch_add(x, y) (OSAtomicAdd32Barrier(y, x) - y) macro