go.etcd.io/bbolt.DB.rwlock (field)
6 uses
go.etcd.io/bbolt (current package)
db.go#L146: rwlock sync.Mutex // Allows only one writer at a time.
db.go#L473: db.rwlock.Lock()
db.go#L474: defer db.rwlock.Unlock()
db.go#L593: db.rwlock.Lock()
db.go#L602: db.rwlock.Unlock()
tx.go#L303: tx.db.rwlock.Unlock()
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)