Home
last modified time | relevance | path

Searched refs:CMP_EXCHANGE (Results 1 – 1 of 1) sorted by relevance

/device/soc/esp/esp32/components/xtensa/
Dstdatomic.c49 #define CMP_EXCHANGE(n, type) bool __atomic_compare_exchange_ ## n (type* mem, type* expect, type d… macro
150 CMP_EXCHANGE(1, uint8_t)
151 CMP_EXCHANGE(2, uint16_t)
152 CMP_EXCHANGE(4, uint32_t)
153 CMP_EXCHANGE(8, uint64_t)