Home
last modified time | relevance | path

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

/hal_espressif-latest/components/newlib/
Dstdatomic.c99 #define ATOMIC_LOAD(n, type) type __atomic_load_ ## n (const volatile void* mem, int memorder) \ macro
430 ATOMIC_LOAD(1, unsigned char)
431 ATOMIC_LOAD(2, short unsigned int)
432 ATOMIC_LOAD(4, unsigned int)
516 ATOMIC_LOAD(8, long long unsigned int)