func sync/atomic.SwapUint64
2 uses
sync/atomic (current package)
doc.go#L65: func SwapUint64(addr *uint64, new uint64) (old uint64)
go.uber.org/atomic
uint64.go#L87: return atomic.SwapUint64(&i.v, val)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)