func sync/atomic.AndInt32

2 uses

	sync/atomic (current package)
		doc.go#L147: func AndInt32(addr *int32, mask int32) (old int32)
		type.go#L92: func (x *Int32) And(mask int32) (old int32) { return AndInt32(&x.v, mask) }