func sync/atomic.AddInt64
7 uses
sync/atomic (current package)
doc_64.go#L42: func AddInt64(addr *int64, delta int64) (new int64)
type.go#L128: func (x *Int64) Add(delta int64) (new int64) { return AddInt64(&x.v, delta) }
github.com/jackc/pgx/v5/pgxpool
conn.go#L45: atomic.AddInt64(&c.p.lifetimeDestroyCount, 1)
pool.go#L275: atomic.AddInt64(&p.newConnsCount, 1)
pool.go#L537: atomic.AddInt64(&p.lifetimeDestroyCount, 1)
pool.go#L543: atomic.AddInt64(&p.idleDestroyCount, 1)
google.golang.org/grpc/internal/channelz
funcs.go#L221: return atomic.AddInt64(&i.id, 1)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)