func runtime/internal/atomic.Casint64

2 uses

	runtime/internal/atomic (current package)
		stubs.go#L21: func Casint64(ptr *int64, old, new int64) bool
		types.go#L90: 	return Casint64(&i.value, old, new)