func sync/atomic.SwapInt64
2 uses
sync/atomic (current package)
doc_64.go#L14: func SwapInt64(addr *int64, new int64) (old int64)
type.go#L112: func (x *Int64) Swap(new int64) (old int64) { return SwapInt64(&x.v, new) }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)