Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dstdatomic.c114 #define ATOMIC_EXCHANGE(n, type) type __atomic_exchange_ ## n (volatile void* mem, type val, int me… macro
307 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)