go.uber.org/atomic.Uintptr.CompareAndSwap (method)

2 uses

	go.uber.org/atomic (current package)
		uintptr.go#L72: 	return i.CompareAndSwap(old, new)
		uintptr.go#L76: func (i *Uintptr) CompareAndSwap(old, new uintptr) (swapped bool) {