Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Datomic.h148 #define ATOMIC_CMPSET(TYPE) \ macro
181 ATOMIC_CMPSET(char);
182 ATOMIC_CMPSET(short);
183 ATOMIC_CMPSET(int);
184 ATOMIC_CMPSET(long);
/freebsd/sys/i386/include/
H A Datomic.h137 #define ATOMIC_CMPSET(TYPE, CONS) \ macro
172 ATOMIC_CMPSET(char, "q");
173 ATOMIC_CMPSET(short, "r");
174 ATOMIC_CMPSET(int, "r");