Searched refs:ATOMIC_EXCHANGE (Results 1 – 1 of 1) sorted by relevance
114 #define ATOMIC_EXCHANGE(n, type) type __atomic_exchange_ ## n (volatile void* mem, type val, int me… macro307 ATOMIC_EXCHANGE(1, unsigned char)308 ATOMIC_EXCHANGE(2, short unsigned int)309 ATOMIC_EXCHANGE(4, unsigned int)455 ATOMIC_EXCHANGE(8, long long unsigned int)