func sync/atomic.AndInt64
2 uses
sync/atomic (current package)
doc_64.go#L58: func AndInt64(addr *int64, mask int64) (old int64)
type.go#L124: func (x *Int64) And(mask int64) (old int64) { return AndInt64(&x.v, mask) }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)