github.com/lib/pq.ListenerConn.senderLock (field)

4 uses

	github.com/lib/pq (current package)
		notify.go#L56: 	senderLock sync.Mutex
		notify.go#L94: 	l.senderLock.Lock()
		notify.go#L100: 		l.senderLock.Unlock()
		notify.go#L107: 	l.senderLock.Unlock()