Searched defs:DES (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | stdatomic.h | 160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument 171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument 175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument 186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | stdatomic.h | 160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument 171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument 175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument 186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
|