Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dstdatomic.c173 #define FETCH_AND(n, type) type __atomic_fetch_and_ ## n (volatile void* ptr, type value, int memor… macro
331 FETCH_AND(1, unsigned char)
332 FETCH_AND(2, short unsigned int)
333 FETCH_AND(4, unsigned int)
463 FETCH_AND(8, long long unsigned int)