func sync/atomic.AndInt32
2 uses
sync/atomic (current package)
doc.go#L136: func AndInt32(addr *int32, mask int32) (old int32)
type.go#L92: func (x *Int32) And(mask int32) (old int32) { return AndInt32(&x.v, mask) }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)