Searched refs:ATOMIC_PROTO_SWAP (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/sys/ |
H A D | atomic.h | 59 #define ATOMIC_PROTO_SWAP(name, tret, targ1, targ2) \ macro 80 #define ATOMIC_PROTO_SWAP(name, tret, targ1, targ2) \ macro 101 #define ATOMIC_PROTO_SWAP(name, tret, targ1, targ2) \ macro 122 #define ATOMIC_PROTO_SWAP(name, tret, targ1, targ2) \ macro 156 ATOMIC_PROTO_SWAP(32, uint32_t, uint32_t, uint32_t); 157 ATOMIC_PROTO_SWAP(64, uint64_t, uint64_t, uint64_t); 158 ATOMIC_PROTO_SWAP(uint, unsigned int, unsigned int, unsigned int); 159 ATOMIC_PROTO_SWAP(ulong, unsigned long, unsigned long, unsigned long); 160 ATOMIC_PROTO_SWAP(ptr, void *, void, void *);
|