Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dstdatomic.c182 #define AND_FETCH(n, type) type __atomic_and_fetch_ ## n (volatile void* ptr, type value, int memor… macro
335 AND_FETCH(1, unsigned char)
336 AND_FETCH(2, short unsigned int)
337 AND_FETCH(4, unsigned int)
475 AND_FETCH(8, long long unsigned int)