xchg (d12157efc8e083c77d054675fcdd594f54cc7e2b) | xchg (9257959a6e5b4fca6fc8e985790bff62c2046f20) |
---|---|
1cat <<EOF 2static __always_inline ${int} | 1cat <<EOF 2static __always_inline ${int} |
3arch_${atomic}_xchg${order}(${atomic}_t *v, ${int} new) | 3raw_${atomic}_xchg${order}(${atomic}_t *v, ${int} new) |
4{ | 4{ |
5 return arch_xchg${order}(&v->counter, new); | 5 return raw_xchg${order}(&v->counter, new); |
6} 7EOF | 6} 7EOF |