Searched refs:ATOMIC_LOAD (Results 1 – 1 of 1) sorted by relevance
99 #define ATOMIC_LOAD(n, type) type __atomic_load_ ## n (const volatile void* mem, int memorder) \ macro430 ATOMIC_LOAD(1, unsigned char)431 ATOMIC_LOAD(2, short unsigned int)432 ATOMIC_LOAD(4, unsigned int)516 ATOMIC_LOAD(8, long long unsigned int)