go.etcd.io/bbolt.DB.statlock (field)

9 uses

	go.etcd.io/bbolt (current package)
		db.go#L149: 	statlock sync.RWMutex // Protects stats access.
		db.go#L577: 	db.statlock.Lock()
		db.go#L580: 	db.statlock.Unlock()
		db.go#L664: 	db.statlock.Lock()
		db.go#L667: 	db.statlock.Unlock()
		db.go#L872: 	db.statlock.RLock()
		db.go#L873: 	defer db.statlock.RUnlock()
		tx.go#L306: 		tx.db.statlock.Lock()
		tx.go#L312: 		tx.db.statlock.Unlock()