func sync/atomic.SwapInt64

2 uses

	sync/atomic (current package)
		doc.go#L73: func SwapInt64(addr *int64, new int64) (old int64)
		type.go#L112: func (x *Int64) Swap(new int64) (old int64) { return SwapInt64(&x.v, new) }