Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dstdatomic.c123 #define CMP_EXCHANGE(n, type) bool __atomic_compare_exchange_ ## n (volatile void* mem, void* expec… macro
311 CMP_EXCHANGE(1, unsigned char)
312 CMP_EXCHANGE(2, short unsigned int)
313 CMP_EXCHANGE(4, unsigned int)
457 CMP_EXCHANGE(8, long long unsigned int)