Home | History | Annotate | Download | only in sql

Lines Matching full:withlock

937 	defer withLock(dc, func() { si.Close() })
1283 defer withLock(dc, func() { si.Close() })
1812 // withLock runs while holding lk.
1813 func withLock(lk sync.Locker, fn func()) {