type sync.Locker
8 uses
sync (current package)
cond.go#L41: L Locker
cond.go#L48: func NewCond(l Locker) *Cond {
mutex.go#L37: type Locker interface {
rwmutex.go#L240: func (rw *RWMutex) RLocker() Locker {
database/sql
sql.go#L712: sync.Locker // the *driverConn
sql.go#L3547: sync.Locker // the *driverConn
sql.go#L3569: func withLock(lk sync.Locker, fn func()) {
net/http
transport.go#L2746: testHookMu sync.Locker = fakeLocker{} // guards following
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)