Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Datomic.h453 #define ATOMIC_LOADSTORE(TYPE) \ macro
457 ATOMIC_LOADSTORE(char);
458 ATOMIC_LOADSTORE(short);
459 ATOMIC_LOADSTORE(int);
460 ATOMIC_LOADSTORE(long);
465 #undef ATOMIC_LOADSTORE
/f-stack/freebsd/i386/include/
H A Datomic.h675 #define ATOMIC_LOADSTORE(TYPE) \ macro
679 ATOMIC_LOADSTORE(char);
680 ATOMIC_LOADSTORE(short);
681 ATOMIC_LOADSTORE(int);
682 ATOMIC_LOADSTORE(long);
687 #undef ATOMIC_LOADSTORE