sync/atomic.Uintptr.Swap (method) one use sync/atomic (current package) type.go#L206: func (x *Uintptr) Swap(new uintptr) (old uintptr) { return SwapUintptr(&x.v, new) }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)