sync/atomic.Uintptr.CompareAndSwap (method)

one use

	sync/atomic (current package)
		type.go#L209: func (x *Uintptr) CompareAndSwap(old, new uintptr) (swapped bool) {