Searched refs:CMP_EXCHANGE (Results 1 – 1 of 1) sorted by relevance
49 #define CMP_EXCHANGE(n, type) bool __atomic_compare_exchange_ ## n (type* mem, type* expect, type d… macro150 CMP_EXCHANGE(1, uint8_t)151 CMP_EXCHANGE(2, uint16_t)152 CMP_EXCHANGE(4, uint32_t)153 CMP_EXCHANGE(8, uint64_t)