func runtime/internal/atomic.Casint32

2 uses

	runtime/internal/atomic (current package)
		stubs.go#L18: func Casint32(ptr *int32, old, new int32) bool
		types.go#L37: 	return Casint32(&i.value, old, new)