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

5 uses

	go.etcd.io/bbolt (current package)
		db.go#L143: 	batchMu sync.Mutex
		db.go#L755: 	db.batchMu.Lock()
		db.go#L768: 	db.batchMu.Unlock()
		db.go#L797: 	b.db.batchMu.Lock()
		db.go#L804: 	b.db.batchMu.Unlock()