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