Searched refs:ATOMIC_GEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/sparc64/include/
H A Datomic.h172 #define ATOMIC_GEN(name, ptype, vtype, atype, sz) \ macro
282 ATOMIC_GEN(int, u_int *, u_int, u_int, 32);
283 ATOMIC_GEN(32, uint32_t *, uint32_t, uint32_t, 32);
285 ATOMIC_GEN(long, u_long *, u_long, u_long, 64);
286 ATOMIC_GEN(64, uint64_t *, uint64_t, uint64_t, 64);
288 ATOMIC_GEN(ptr, uintptr_t *, uintptr_t, uintptr_t, 64);
294 #undef ATOMIC_GEN macro

Completed in 110 milliseconds